Aracılığıyla paylaş


SecurityAlgorithmSuite.IsEncryptionKeyDerivationAlgorithmSupported Yöntem

Tanım

Şifreleme anahtarı türetme algoritmasının desteklenip desteklenmediğini gösterir.

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

Parametreler

algorithm
String

Denetlenecek algoritma adı.

Döndürülenler

true şifreleme anahtarı türetme algoritması destekleniyorsa; aksi takdirde , false.

Şunlara uygulanır