SecurityKeyElement.IsAsymmetricAlgorithm(String) Method

Definition

Returns a value that indicates whether the specified algorithm is asymmetric.

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

Parameters

algorithm
String

The algorithm to check.

Returns

true if the algorithm will be processed by the runtime as asymmetric; otherwise, false.

Applies to