ReadOnlyPermissionSet Constructor (SecurityElement^)

.NET Framework (current version)
 

Initializes a new instance of the ReadOnlyPermissionSet class.

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

public:
ReadOnlyPermissionSet(
	SecurityElement^ permissionSetXml
)

Parameters

permissionSetXml
Type: System.Security::SecurityElement^

The XML element from which to take the value of the new ReadOnlyPermissionSet.

Exception Condition
ArgumentNullException

permissionSetXml is null.

.NET Framework
Available since 4.0
Return to top
Show: