System::Security::Cryptography::X509Certificates::X509Certificate2::GetCertContentType method
X509Certificate2::GetCertContentType(const ByteArrayPtr&) method
지정된 바이트 배열에 포함된 인증서 유형을 가져옵니다.
static X509ContentType System::Security::Cryptography::X509Certificates::X509Certificate2::GetCertContentType(const ByteArrayPtr &raw_data)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| raw_data | const ByteArrayPtr& | 인증서 데이터. |
ReturnValue
X.509 인증서 유형.
또 보기
- Enum X509ContentType
- Typedef ByteArrayPtr
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++
X509Certificate2::GetCertContentType(const String&) method
지정된 파일에 포함된 인증서 유형을 가져옵니다.
static X509ContentType System::Security::Cryptography::X509Certificates::X509Certificate2::GetCertContentType(const String &filename)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| filename | const String& | 인증서 파일 이름. |
ReturnValue
X.509 인증서 유형.
또 보기
- Enum X509ContentType
- Class String
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++