X509AsymmetricSecurityKey.IsSymmetricAlgorithm(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值會指出指定的演算法是否會使用對稱金鑰。
public:
override bool IsSymmetricAlgorithm(System::String ^ algorithm);
public override bool IsSymmetricAlgorithm (string algorithm);
override this.IsSymmetricAlgorithm : string -> bool
Public Overrides Function IsSymmetricAlgorithm (algorithm As String) As Boolean
參數
- algorithm
- String
密碼編譯演算法。
傳回
如果指定的演算法是 true
、HmacSha1Signature、Aes128Encryption、Aes192Encryption、Aes256Encryption、TripleDesEncryption、Aes128KeyWrap、Aes192KeyWrap、Aes256KeyWrap 或 TripleDesKeyWrap,則為 Psha1KeyDerivation,否則為 false
。