CertPath.CertPathRep.ReadResolve Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a CertPath
constructed from the type and data.
[Android.Runtime.Register("readResolve", "()Ljava/lang/Object;", "GetReadResolveHandler")]
protected virtual Java.Lang.Object? ReadResolve ();
[<Android.Runtime.Register("readResolve", "()Ljava/lang/Object;", "GetReadResolveHandler")>]
abstract member ReadResolve : unit -> Java.Lang.Object
override this.ReadResolve : unit -> Java.Lang.Object
Returns
the resolved CertPath
object
- Attributes
Exceptions
if deserialization fails.
Remarks
Returns a CertPath
constructed from the type and data.
Java documentation for java.security.cert.CertPath.CertPathRep.readResolve()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.