Skip to main content

TdxX509Certificate.FriendlyName Property

Returns a meaningful name of the X.509 certificate.

Declaration

property FriendlyName: string read;

Property Value

Type
string

Remarks

Use this property to show the certificate’s name like it is displayed in a system certificate store (in Microsoft Management Console, for example). If the FriendlyName property returns an empty string, you can use a serial number or thumbprint to identify a certificate.

See Also