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不是 ,則 Name 會是 null
Oaep。