The properties of Javax.Security.Cert.X509Certificate are listed below. For a list of all members, see the X509Certificate Members list.
See Also: Inherited members from Javax.Security.Cert.Certificate
| [read-only] abstract  | IssuerDN | Java.Security.IPrincipal. Returns the issuer (issuer distinguished name) as an implementation specific Principal object. | 
| [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] abstract  | SubjectDN | Java.Security.IPrincipal. Returns the subject (subject distinguished name) as an implementation specific Principal object. | 
| [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. |