共用方式為


SecurityKeyElement.IsSupportedAlgorithm(String) 方法

定義

傳回值,這個值會指出這個金鑰是否支援指定的演算法。

public:
 override bool IsSupportedAlgorithm(System::String ^ algorithm);
public override bool IsSupportedAlgorithm (string algorithm);
override this.IsSupportedAlgorithm : string -> bool
Public Overrides Function IsSupportedAlgorithm (algorithm As String) As Boolean

參數

algorithm
String

要檢查的演算法。

傳回

如果這個金鑰支援演算法,則為 true,否則為 false

適用於