AsymmetricAlgorithmNames.DsaSha1 Property

Definition

Retrieves a string that contains "DSA_SHA1".

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

Property Value

String

Platform::String

winrt::hstring

String that contains "DSA_SHA1".

Remarks

Use the string retrieved by this property to set the asymmetric algorithm name when you call the OpenAlgorithm method. The string represents a Digital Signature Algorithm (DSA) that uses the Secure Hashing Algorithm 1 (SHA1) to hash the message contents before signing. The length of the hash is 160 bits.

Applies to

See also