Share via


SecurityAlgorithmSuite.IsEncryptionKeyDerivationAlgorithmSupported Metoda

Definice

Určuje, zda je podporován algoritmus odvozování šifrovacího klíče.

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

Parametry

algorithm
String

Název algoritmu, který chcete zkontrolovat.

Návraty

truepokud je podporován algoritmus odvozování šifrovacího klíče; v opačném případě . false

Platí pro