KeyAlgorithmNames.Dsa Property

Definition

Returns "DSA" as the key algorithm name.

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

Property Value

String

Platform::String

winrt::hstring

The key algorithm name.

Applies to