Skip to main content

TdxX509Certificate.Subject Property

Returns a string with information on the certificate’s owner.

Declaration

property Subject: string read;

Property Value

Type
string

Remarks

This property value identifies the entity associated with the public key. The Subject property can include the certificate owner’s name, country of origin, address, e-mail, etc.

A certificate can store no information on its subject. The Subject property returns an empty string in this case.

See Also