Show: Delphi
C++
Display Preferences
API:Data.DBXCommon.TX509Certificate Declared Members
From XE2 API Documentation
Constructors & Destructors
| Create | |
| Destroy |
Functions
| CheckValidity | Virtual abstract method to be implemented in child classes to check the validity of the current certificate. |
| GetBasicConstraints | Virtual abstract method to be implemented in child classes to get the certificate constraints' path length from the critical basic constraints extension. |
| GetIssuerX500Principal | Virtual abstract method to be implemented in child classes to get the distinguished name value of the issuer from the certificate. |
| GetNotAfter | Virtual abstract method to be implemented in child classes to get the NotAfter date from the validity period of the certificate. |
| GetNotBefore | Virtual abstract method to be implemented in child classes to get the NotBefore date from the validity period of the certificate. |
| GetSerialNumber | Virtual abstract method to be implemented in child classes to get the serial number value from the certificate. |
| GetSigAlgName | Virtual abstract method to be implemented in child classes to get the signature algorithm name for the certificate's signature algorithm. |
| GetSignature | Virtual abstract method to be implemented in child classes to get the signature value from the certificate. |
| GetSubjectX500Principal | Virtual abstract method to be implemented in child classes to get the distinguished name value of the subject from the certificate, as a TX500Principal. |
| GetType | Specifies the type of the certificate for all its subclasses. |
| GetVersion | Virtual abstract method to be implemented in child classes to get the version number value from the certificate. |