다음을 통해 공유


X500PrivateCredential.IsDestroyed Property

Definition

Determines if the references to the X.

public bool IsDestroyed { [Android.Runtime.Register("isDestroyed", "()Z", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("isDestroyed", "()Z", "", ApiSince=35)>]
member this.IsDestroyed : bool

Property Value

true if X509Certificate and the PrivateKey are null

Implements

Attributes

Remarks

Determines if the references to the X.509 certificate and private key in this object have been cleared.

Java documentation for javax.security.auth.x500.X500PrivateCredential.isDestroyed().

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.

Applies to