KeyAlgorithmNames.Ecdsa Property

Definition

Returns "ECDSA" as the key algorithm name.

public:
 static property Platform::String ^ Ecdsa { Platform::String ^ get(); };
static winrt::hstring Ecdsa();
public static string Ecdsa { get; }
var string = KeyAlgorithmNames.ecdsa;
Public Shared ReadOnly Property Ecdsa As String

Property Value

String

Platform::String

winrt::hstring

The key algorithm name.

Applies to