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

屬性值

雜湊演算法。

備註

若該財產的價值 ModeOaep為 ,則 Name 將為 null

適用於