System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash メソッド
X509Certificate::GetCertHash() const method
現在のオブジェクトのハッシュをバイト配列として取得します。
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash() const
ReturnValue
ハッシュ値。
参照
- Typedef ByteArrayPtr
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++
X509Certificate::GetCertHash(const HashAlgorithmName&) const method
現在のオブジェクトのハッシュをバイト配列として取得します。
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash(const HashAlgorithmName &hash_algorithm) const
| パラメーター | 型 | 説明 |
|---|---|---|
| hash_algorithm | const HashAlgorithmName& | ハッシュアルゴリズム名。 |
ReturnValue
ハッシュ値。
参照
- Typedef ByteArrayPtr
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++