共用方式為


RsaSecurityKey.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

密碼編譯演算法。

傳回

如果指定的演算法是 RsaV15KeyWrapRsaOaepKeyWrapRsaSha1Signature,則為 true,否則為 false

適用於