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
。