RsaSecurityKey.IsSupportedAlgorithm(String) Méthode

Définition

Obtient une valeur qui indique si l'algorithme spécifié est pris en charge par cette classe.

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

Paramètres

algorithm
String

Algorithme de chiffrement.

Retours

true lorsque l'algorithme spécifié est RsaV15KeyWrap, RsaOaepKeyWrap ou RsaSha1Signature ; sinon, false.

S’applique à