Aracılığıyla paylaş


SecurityAlgorithmSuite.IsSignatureKeyDerivationAlgorithmSupported Yöntem

Tanım

İmza anahtarı türetme algoritmasının desteklenip desteklenmediğini gösterir.

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

Parametreler

algorithm
String

Denetlenecek algoritma adı.

Döndürülenler

Boolean

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

Şunlara uygulanır