Język

SecurityKey.IsSupportedAlgorithm(String) Metoda

Definicja

Po zastąpieniu w klasie pochodnej pobiera wartość wskazującą, czy określony algorytm jest obsługiwany przez tę klasę.

public:
 abstract bool IsSupportedAlgorithm(System::String ^ algorithm);
public abstract bool IsSupportedAlgorithm(string algorithm);
abstract member IsSupportedAlgorithm : string -> bool
Public MustOverride Function IsSupportedAlgorithm (algorithm As String) As Boolean

Parametry

algorithm
String

Algorytm kryptograficzny.

Zwraca

true gdy określony algorytm jest obsługiwany przez tę klasę; w przeciwnym razie, false.

Dotyczy