SecurityAlgorithmSuite.IsSymmetricKeyWrapAlgorithmSupported(String) 方法

定义

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

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

参数

algorithm
String

要检查的算法名称。

返回

Boolean

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

适用于