RsaSecurityKey.IsSupportedAlgorithm(String) Methode

Definitie

Hiermee wordt een waarde opgehaald die aangeeft of het opgegeven algoritme wordt ondersteund door deze klasse.

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

Parameters

algorithm
String

Het cryptografische algoritme.

Retouren

truewanneer het opgegeven algoritme RsaV15KeyWrapis , RsaOaepKeyWrapof RsaSha1Signature; anders . false

Van toepassing op