RSAEncryptionPadding.OaepHashAlgorithm 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
它會獲得與填充模式結合 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 不 Oaep為 ,則 Name 將為 null。