System.Security.NamedPermissionSet: Method Members

The methods of System.Security.NamedPermissionSet are listed below. For a list of all members, see the NamedPermissionSet Members list.

See Also: Inherited members from System.Security.PermissionSet

Public Methods

override
Copy() : PermissionSet

Creates a permission set copy from a named permission set.

Copy(string) : NamedPermissionSet

Creates a copy of the named permission set with a different name but the same permissions.

override
Equals(object) : bool

Determines whether the specified System.Security.NamedPermissionSet object is equal to the current System.Security.NamedPermissionSet.

override
FromXml(SecurityElement)

Reconstructs a named permission set with a specified state from an XML encoding.

override
GetHashCode() : int

Gets a hash code for the System.Security.NamedPermissionSet object that is suitable for use in hashing algorithms and data structures such as a hash table.

override
ToXml() : SecurityElement

Creates an XML element description of the named permission set.