X509Certificate.IssuerX500Principal 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.
Returns the issuer (issuer distinguished name) value from the
certificate as an X500Principal
.
public virtual Javax.Security.Auth.X500.X500Principal? IssuerX500Principal { [Android.Runtime.Register("getIssuerX500Principal", "()Ljavax/security/auth/x500/X500Principal;", "GetGetIssuerX500PrincipalHandler")] get; }
[<get: Android.Runtime.Register("getIssuerX500Principal", "()Ljavax/security/auth/x500/X500Principal;", "GetGetIssuerX500PrincipalHandler")>]
member this.IssuerX500Principal : Javax.Security.Auth.X500.X500Principal
Property Value
an X500Principal
representing the issuer
distinguished name
- Attributes
Remarks
Returns the issuer (issuer distinguished name) value from the certificate as an X500Principal
.
It is recommended that subclasses override this method.
Added in 1.4.
Java documentation for java.security.cert.X509Certificate.getIssuerX500Principal()
.
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.