Share via


HashAlgorithmProvider.AlgorithmName Property

Definition

Gets the name of the open hash algorithm.

public:
 property Platform::String ^ AlgorithmName { Platform::String ^ get(); };
winrt::hstring AlgorithmName();
public string AlgorithmName { get; }
var string = hashAlgorithmProvider.algorithmName;
Public ReadOnly Property AlgorithmName As String

Property Value

String

Platform::String

winrt::hstring

Algorithm name.

Remarks

The following hashing algorithm names are supported:

You must call the OpenAlgorithm method before calling this property.

Applies to

See also