共用方式為


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 傳回的字串進行比較。

適用於