SecurityAlgorithmSuite.IsCanonicalizationAlgorithmSupported(String) Methode

Definitie

Geeft aan of een canonicalisatie-algoritme wordt ondersteund.

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

Parameters

algorithm
String

De naam van het algoritme dat moet worden gecontroleerd.

Retouren

true als het canonicalisatie-algoritme wordt ondersteund; anders, false.

Opmerkingen

algorithm wordt vergeleken met de tekenreeks die wordt geretourneerd door DefaultCanonicalizationAlgorithm.

Van toepassing op