CompositeMLDsa.IsAlgorithmSupported(CompositeMLDsaAlgorithm) 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.
Belirtilen algoritmanın geçerli platform tarafından desteklenip desteklenmediğini belirler.
public:
static bool IsAlgorithmSupported(System::Security::Cryptography::CompositeMLDsaAlgorithm ^ algorithm);
public static bool IsAlgorithmSupported(System.Security.Cryptography.CompositeMLDsaAlgorithm algorithm);
static member IsAlgorithmSupported : System.Security.Cryptography.CompositeMLDsaAlgorithm -> bool
Public Shared Function IsAlgorithmSupported (algorithm As CompositeMLDsaAlgorithm) As Boolean
Parametreler
- algorithm
- CompositeMLDsaAlgorithm
CompositeMLDsaAlgorithm Desteği denetlemek için.
Döndürülenler
true algoritma destekleniyorsa; aksi takdirde , false.
Özel durumlar
algorithm, null'e eşittir.