SecurityAlgorithmSuite.IsSignatureKeyDerivationAlgorithmSupported Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
İ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
true
imza anahtarı türetme algoritması destekleniyorsa; aksi takdirde , false
.