CngAlgorithm.Algorithm Property

Definition

Gets the algorithm name that the current CngAlgorithm object specifies.

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

Property Value

The embedded algorithm name.

Applies to