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