PermissionSetAttribute::Hex Property

 

Gets or sets the hexadecimal representation of the XML encoded permission set.

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

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

Property Value

Type: System::String^

The hexadecimal representation of the XML encoded permission set.

.NET Framework
Available since 2.0
Return to top
Show: