Sdílet prostřednictvím


SecurityKey.IsSupportedAlgorithm(String) Metoda

Definice

Při přepsání v odvozené třídě získá hodnotu, která označuje, zda je zadaný algoritmus podporován touto třídou.

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

Kryptografický algoritmus.

Návraty

truepokud je zadaný algoritmus podporován touto třídou; v opačném případě . false

Platí pro