SecurityAlgorithmSuite.IsAsymmetricKeyWrapAlgorithmSupported(String) 方法

定义

指示是否支持非对称密钥换行算法。

public:
 virtual bool IsAsymmetricKeyWrapAlgorithmSupported(System::String ^ algorithm);
public virtual bool IsAsymmetricKeyWrapAlgorithmSupported (string algorithm);
abstract member IsAsymmetricKeyWrapAlgorithmSupported : string -> bool
override this.IsAsymmetricKeyWrapAlgorithmSupported : string -> bool
Public Overridable Function IsAsymmetricKeyWrapAlgorithmSupported (algorithm As String) As Boolean

参数

algorithm
String

要检查的算法。

返回

Boolean

如果支持非对称密钥换行算法,则为 true;否则为 false

注解

algorithm 与从 DefaultAsymmetricKeyWrapAlgorithm 返回的字符串进行比较。

适用于