RsaSecurityKey.IsSupportedAlgorithm(String) Methode

Definition

Ruft einen Wert ab, der angibt, ob der angegebene Algorithmus von dieser Klasse unterstützt wird.

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

Parameter

algorithm
String

Der kryptografische Algorithmus.

Gibt zurück

true, wenn der angegebene Algorithmus RsaV15KeyWrap, RsaOaepKeyWrap oder RsaSha1Signature ist, andernfalls false.

Gilt für: