Property | Type | Description | |
---|---|---|---|
CopyChildren | Hashtable | ||
CreateHashtable | Hashtable | ||
CreateInstance | |||
GetChildrenAccess | System.Security.Permissions.ResourcePermissionBaseEntry[] | ||
HasContent | bool | ||
IntersectContents | object | ||
IsContentSubset | bool | ||
MergeContents | object | ||
ReadChildren | object | ||
UnionOfContents | object | ||
WriteChildren | void |
Method | Description | |
---|---|---|
Copy ( ) : IPermission | ||
FromXml ( SecurityElement securityElement ) : void | ||
Intersect ( IPermission target ) : IPermission | ||
IsSubsetOf ( IPermission target ) : bool | ||
IsUnrestricted ( ) : bool | ||
ToXml ( ) : SecurityElement | ||
Union ( IPermission target ) : IPermission |
Method | Description | |
---|---|---|
AddPermissionAccess ( |
||
Clear ( ) : void | ||
GetPermissionEntries ( ) : System.Security.Permissions.ResourcePermissionBaseEntry[] | ||
RemovePermissionAccess ( |
||
ResourcePermissionBase ( ) : System | ||
ResourcePermissionBase ( PermissionState state ) : System |
Method | Description | |
---|---|---|
CopyChildren ( object currentContent, int tagIndex ) : Hashtable | ||
CreateHashtable ( ) : Hashtable | ||
CreateInstance ( ) : |
||
GetChildrenAccess ( object currentContent, int tagIndex ) : System.Security.Permissions.ResourcePermissionBaseEntry[] | ||
HasContent ( object value ) : bool | ||
IntersectContents ( object currentContent, object targetContent ) : object | ||
IsContentSubset ( object currentContent, object targetContent ) : bool | ||
MergeContents ( object content1, object content2 ) : object | ||
ReadChildren ( SecurityElement securityElement, int tagIndex ) : object | ||
UnionOfContents ( object currentContent, object targetContent ) : object | ||
WriteChildren ( SecurityElement currentElement, object currentContent, int tagIndex ) : void |
protected AddPermissionAccess ( |
||
entry | ||
return | void |
public FromXml ( SecurityElement securityElement ) : void | ||
securityElement | SecurityElement | |
return | void |
protected GetPermissionEntries ( ) : System.Security.Permissions.ResourcePermissionBaseEntry[] | ||
return | System.Security.Permissions.ResourcePermissionBaseEntry[] |
public Intersect ( IPermission target ) : IPermission | ||
target | IPermission | |
return | IPermission |
public IsSubsetOf ( IPermission target ) : bool | ||
target | IPermission | |
return | bool |
protected RemovePermissionAccess ( |
||
entry | ||
return | void |
protected ResourcePermissionBase ( ) : System | ||
return | System |
protected ResourcePermissionBase ( PermissionState state ) : System | ||
state | PermissionState | |
return | System |
public Union ( IPermission target ) : IPermission | ||
target | IPermission | |
return | IPermission |