System::Security::Cryptography::X509Certificates::X509Certificate::Export 메서드
내용물
[
숨다
]X509Certificate::Export(X509ContentType) const method
현재 객체를 지정된 형식으로 바이트 배열에 내보냅니다. 구현되지 않음.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| content_type | X509ContentType | 출력 데이터를 포맷하는 방법을 지정합니다. |
ReturnValue
현재 객체를 나타내는 바이트 배열.
또 보기
- Typedef ByteArrayPtr
- Enum X509ContentType
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++
X509Certificate::Export(X509ContentType, const SecureStringPtr&) const method
현재 객체를 지정된 형식으로 바이트 배열에 내보냅니다. 구현되지 않음.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const SecureStringPtr &password) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| content_type | X509ContentType | 출력 데이터를 포맷하는 방법을 지정합니다. |
| password | const SecureStringPtr& | 인증서 데이터에 접근하기 위해 필요한 비밀번호. |
ReturnValue
현재 객체를 나타내는 바이트 배열.
또 보기
- Typedef ByteArrayPtr
- Enum X509ContentType
- Typedef SecureStringPtr
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++
X509Certificate::Export(X509ContentType, const String&) const method
현재 객체를 지정된 형식으로 바이트 배열에 내보냅니다. 구현되지 않음.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const String &password) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| content_type | X509ContentType | 출력 데이터를 포맷하는 방법을 지정합니다. |
| password | const String& | 인증서 데이터에 접근하기 위해 필요한 비밀번호. |
ReturnValue
현재 객체를 나타내는 바이트 배열.
또 보기
- Typedef ByteArrayPtr
- Enum X509ContentType
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++