CngProvider::Provider Property

 

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

Namespace:   System.Security.Cryptography
Assembly:  System.Core (in System.Core.dll)

public:
property String^ Provider {
	String^ get();
}

Property Value

Type: System::String^

The embedded KSP name.

.NET Framework
Available since 3.5
Return to top
Show: