CngProvider.ToString Method

Definition

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

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

The embedded KSP name.

Applies to