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
Get the issuer of the X509Certificate described by this entry. If the certificate issuer is also the CRL issuer, this method returns null.
This method is used with indirect CRLs. The default implementation always returns null. Subclasses that wish to support indirect CRLs should override it.
Added in 1.5.
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.