SecurityAlgorithmSuite.IsSymmetricKeyWrapAlgorithmSupported(String) 方法
定义
指示是否支持对称密钥换行算法。Indicates whether a symmetric key wrap algorithm is supported.
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
要检查的算法名称。The algorithm name to check.
返回
如果支持对称密钥换行算法,则为 true;否则为 false。true if the symmetric key wrap algorithm is supported; otherwise, false.