Aracılığıyla paylaş


SecurityAlgorithmSuite.IsSymmetricKeyWrapAlgorithmSupported(String) Yöntem

Tanım

Simetrik anahtar sarmalama algoritmasının desteklenip desteklenmediğini gösterir.

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

Parametreler

algorithm
String

Denetlenecek algoritma adı.

Döndürülenler

Boolean

true simetrik anahtar sarmalama algoritması destekleniyorsa; aksi takdirde , false.

Şunlara uygulanır