SecurityKeyElement.IsSupportedAlgorithm(String) Method

Definition

Returns a value that indicates whether the specified algorithm is supported by this key.

public:
 override bool IsSupportedAlgorithm(System::String ^ algorithm);
public override bool IsSupportedAlgorithm (string algorithm);
override this.IsSupportedAlgorithm : string -> bool
Public Overrides Function IsSupportedAlgorithm (algorithm As String) As Boolean

Parameters

algorithm
String

The algorithm to check.

Returns

true if the algorithm is supported by this key; otherwise, false.

Applies to