GetNameInfo()
X509Certificate2::GetNameInfo(X509NameType, bool) const method
Gets subject or issuer name from certificate.
String System::Security::Cryptography::X509Certificates::X509Certificate2::GetNameInfo(X509NameType name_type, bool for_issuer) const
Arguments
Parameter | Type | Description |
---|---|---|
name_type | X509NameType | Name formatting options. |
for_issuer | bool | If true, returns issuer name, else returns subject name. |
Return Value
Formatted issuer or subject name.
See Also
- Enum X509NameType
- Class String
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Slides