The members of System.Security.PermissionSet are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Security.PermissionSet class with the specified System.Security.Permissions.PermissionState. | ||
Initializes a new instance of the System.Security.PermissionSet class with initial values taken from the permSet parameter. |
[read-only] | Count | int.
Gets the number of permission objects contained in the permission set. |
[read-only] | IsReadOnly | bool.
Gets a value indicating whether the collection is read-only. |
[read-only] | IsSynchronized | bool.
Gets a value indicating whether the collection is guaranteed to be thread safe. |
[read-only] | SyncRoot | object.
Gets the root object of the current collection. |
AddPermission(IPermission)
| ||
Assert()
| ||
ContainsNonCodeAccessPermissions()
| ||
static | ConvertPermissionSet(string, byte[], string)
| |
Copy()
| ||
CopyTo(Array, int)
| ||
Demand()
| ||
Deny()
| ||
override | Equals(object)
| |
FromXml(SecurityElement)
| ||
GetEnumerator()
| ||
override | GetHashCode()
| |
GetPermission(Type)
| ||
Intersect(PermissionSet)
| ||
IsEmpty()
| ||
IsSubsetOf(PermissionSet)
| ||
IsUnrestricted()
| ||
PermitOnly()
| ||
RemovePermission(Type)
| ||
static | RevertAssert()
| |
SetPermission(IPermission)
| ||
override | ToString()
| |
ToXml()
| ||
Union(PermissionSet)
|
System.Runtime.Serialization.IDeserializationCallback.OnDeserialization |
Runs when the entire object graph has been deserialized. |