X509AsymmetricSecurityKey.IsSymmetricAlgorithm(String) 方法

定义

获取一个值,该值指示指定的算法是否使用对称密钥。

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

加密算法。

返回

如果指定的算法为 trueHmacSha1SignatureAes128EncryptionAes192EncryptionAes256EncryptionTripleDesEncryptionAes128KeyWrapAes192KeyWrapAes256KeyWrapTripleDesKeyWrap,则为 Psha1KeyDerivation;否则为 false

适用于