Sdílet prostřednictvím


RsaSecurityKey.IsSupportedAlgorithm(String) Metoda

Definice

Získá hodnotu, která označuje, zda je zadaný algoritmus podporován touto třídou.

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

Parametry

algorithm
String

Kryptografický algoritmus.

Návraty

truepokud je RsaV15KeyWrapzadaný algoritmus , RsaOaepKeyWrapnebo RsaSha1Signature; v opačném případě . false

Platí pro