The properties of Java.Security.Cert.X509Certificate are listed below. For a list of all members, see the X509Certificate Members list.
See Also: Inherited members from Java.Security.Cert.Certificate
[read-only] abstract | BasicConstraints | int. Returns the path length of the certificate constraints from the BasicContraints extension. |
[read-only] abstract | CriticalExtensionOIDs | ICollection<string>. Documentation for this section has not yet been entered. |
[read-only] | ExtendedKeyUsage | IList<string>. Returns a read-only list of OID strings representing the ExtKeyUsageSyntax field of the extended key usage extension. |
[read-only] abstract | HasUnsupportedCriticalExtension | bool. Documentation for this section has not yet been entered. |
[read-only] | IssuerAlternativeNames | ICollection<IList<object>>. Returns a read-only list of the issuer alternative names from the IssuerAltName extension. |
[read-only] abstract | IssuerDN | Java.Security.IPrincipal. Returns the issuer (issuer distinguished name) as an implementation specific Principal object. |
[read-only] | IssuerX500Principal | Javax.Security.Auth.X500.X500Principal. Returns the issuer (issuer distinguished name) as an X500Principal. |
[read-only] abstract | NonCriticalExtensionOIDs | ICollection<string>. Documentation for this section has not yet been entered. |
[read-only] abstract | NotAfter | Java.Util.Date. Returns the notAfter date of the validity period of the certificate. |
[read-only] abstract | NotBefore | Java.Util.Date. Returns the notBefore date from the validity period of the certificate. |
[read-only] abstract | SerialNumber | Java.Math.BigInteger. Returns the serialNumber of the certificate. |
[read-only] abstract | SigAlgName | string. Returns the name of the algorithm for the certificate signature. |
[read-only] abstract | SigAlgOID | string. Returns the OID of the signature algorithm from the certificate. |
[read-only] | SubjectAlternativeNames | ICollection<IList<object>>. Returns a read-only list of the subject alternative names from the SubjectAltName extension. |
[read-only] abstract | SubjectDN | Java.Security.IPrincipal. Returns the subject (subject distinguished name) as an implementation specific Principal object. |
[read-only] | SubjectX500Principal | Javax.Security.Auth.X500.X500Principal. Returns the subject (subject distinguished name) as an X500Principal. |
[read-only] abstract | Version | int. Returns the certificates version (version number). |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |