GetCertContentType()
X509Certificate2::GetCertContentType(const ByteArrayPtr&) method
Gets the type of certificate contained in the specified byte array.
static X509ContentType System::Security::Cryptography::X509Certificates::X509Certificate2::GetCertContentType(const ByteArrayPtr &raw_data)
Arguments
Parameter | Type | Description |
---|---|---|
raw_data | const ByteArrayPtr& | Certificate data. |
Return Value
Type of X.509 certificate.
X509Certificate2::GetCertContentType(const String&) method
Gets the type of certificate contained in the specified file.
static X509ContentType System::Security::Cryptography::X509Certificates::X509Certificate2::GetCertContentType(const String &filename)
Arguments
Parameter | Type | Description |
---|---|---|
filename | const String& | Certificate file name. |
Return Value
Type of X.509 certificate.
See Also
- Enum X509ContentType
- Typedef ByteArrayPtr
- Class X509Certificate2
- Class String
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Slides