SecurityAlgorithmSuite.IsEncryptionAlgorithmSupported(String) Metod

Definition

Anger om en krypteringsalgoritm stöds.

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

Parametrar

algorithm
String

Det algoritmnamn som ska kontrolleras.

Returer

trueom krypteringsalgoritmen stöds; annars . false

Kommentarer

algorithm hämtar jämfört med strängen som returneras från DefaultEncryptionAlgorithm.

Gäller för