TdxX509Certificate.Issuer Property
Returns a string with information on the certificate’s issuer.
Declaration
property Issuer: string read;
Property Value
Type |
---|
string |
Remarks
The certificate issuer is often a certificate authority, that is, a company that charges customers to issue certificates for them (that is, certificate owners or subjects). The Issuer property value can contain various contact information, such as the name of a certificate authority, domain, e-mail, etc.
A user can also issue a public key certificate. The Issuer and Subject property values usually match if the certificate is self-issued. In this case, the Issuer property returns contact information.
See Also