KeyContainerPermissionAttribute::ProviderName Property

 

Gets or sets the provider name.

Namespace:   System.Security.Permissions
Assembly:  mscorlib (in mscorlib.dll)

public:
property String^ ProviderName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the provider.

An example of a provider name is "Microsoft Enhanced Cryptographic Provider". If null is specified, the enhanced cryptographic provider name is used.

.NET Framework
Available since 2.0
Return to top
Show: