X500PrivateCredential.IsDestroyed Property
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.
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.