KeyContainerPermissionAttribute::KeyContainerName Property

 

Gets or sets the name of the key container.

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

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

Property Value

Type: System::String^

The name of the key container.

Use a value of "*" to apply the access entry to all key containers within the specified provider name and provider type.

.NET Framework
Available since 2.0
Return to top
Show: