CngProvider.Provider Property

Definition

Gets the name of the key storage provider (KSP) that the current CngProvider object specifies.

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

Property Value

The embedded KSP name.

Applies to