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++