X509CRLEntry.CertificateIssuer 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.
Get the issuer of the X509Certificate described by this entry.
public virtual Javax.Security.Auth.X500.X500Principal? CertificateIssuer { [Android.Runtime.Register("getCertificateIssuer", "()Ljavax/security/auth/x500/X500Principal;", "GetGetCertificateIssuerHandler")] get; }
[<get: Android.Runtime.Register("getCertificateIssuer", "()Ljavax/security/auth/x500/X500Principal;", "GetGetCertificateIssuerHandler")>]
member this.CertificateIssuer : Javax.Security.Auth.X500.X500Principal
Property Value
the issuer of the X509Certificate described by this entry or null if it is issued by the CRL issuer.
- Attributes
Remarks
Java documentation for java.security.cert.X509CRLEntry.getCertificateIssuer().
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.