Sdílet prostřednictvím


SecurityAlgorithmSuite.IsAsymmetricKeyWrapAlgorithmSupported(String) Metoda

Definice

Označuje, jestli je podporovaný asymetrický algoritmus zalamování klíčů.

public:
 virtual bool IsAsymmetricKeyWrapAlgorithmSupported(System::String ^ algorithm);
public virtual bool IsAsymmetricKeyWrapAlgorithmSupported (string algorithm);
abstract member IsAsymmetricKeyWrapAlgorithmSupported : string -> bool
override this.IsAsymmetricKeyWrapAlgorithmSupported : string -> bool
Public Overridable Function IsAsymmetricKeyWrapAlgorithmSupported (algorithm As String) As Boolean

Parametry

algorithm
String

Algoritmus, který chcete zkontrolovat.

Návraty

Boolean

true je-li podporován asymetrický algoritmus zalamování klíčů; falsev opačném případě .

Poznámky

algorithm porovná s řetězcem vrácený z DefaultAsymmetricKeyWrapAlgorithm.

Platí pro