RSAEncryptionPadding.OaepHashAlgorithm プロパティ

定義

Oaep パディング モードと組み合わせて使用するハッシュ アルゴリズムを取得します。

public:
 property System::Security::Cryptography::HashAlgorithmName OaepHashAlgorithm { System::Security::Cryptography::HashAlgorithmName get(); };
public System.Security.Cryptography.HashAlgorithmName OaepHashAlgorithm { get; }
member this.OaepHashAlgorithm : System.Security.Cryptography.HashAlgorithmName
Public ReadOnly Property OaepHashAlgorithm As HashAlgorithmName

プロパティ値

ハッシュアルゴリズム。

注釈

プロパティの値が Mode でないOaepName場合、 は になりますnull

適用対象