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 不是 ,則 Name 會是 nullOaep

適用於