SymmetricKeyAlgorithmProvider.AlgorithmName Property

Definition

Gets the name of the open symmetric algorithm.

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

Property Value

String

Platform::String

winrt::hstring

Algorithm name.

Remarks

You must call OpenAlgorithm before calling this property. The following algorithm names are supported for symmetric cryptographic operations.

Applies to