CngAlgorithmGroup.AlgorithmGroup Property

Definition

Gets the name of the algorithm group that the current CngAlgorithm object specifies.

public:
 property System::String ^ AlgorithmGroup { System::String ^ get(); };
public string AlgorithmGroup { get; }
member this.AlgorithmGroup : string
Public ReadOnly Property AlgorithmGroup As String

Property Value

The embedded algorithm group name.

Applies to