Method |
Description |
|
CheckAssert ( PermissionSet pSet, CodeAccessPermission demand, PermissionToken permToken ) : bool |
|
|
CheckAssert ( PermissionSet assertPset, PermissionSet demandSet, PermissionSet &newDemandSet ) : bool |
|
|
CheckDemand ( CodeAccessPermission demand, PermissionToken permToken, RuntimeMethodHandle rmh ) : bool |
|
|
CheckDemandNoThrow ( CodeAccessPermission demand, PermissionToken permToken ) : bool |
|
|
CheckSetDemand ( PermissionSet demandSet, PermissionSet &alteredDemandset, RuntimeMethodHandle rmh ) : bool |
|
|
CheckSetDemandNoThrow ( PermissionSet demandSet ) : bool |
|
|
IsEmpty ( ) : bool |
|
|
PermissionSetTriple ( ) : System.Security |
|
|
PermissionSetTriple ( PermissionSetTriple triple ) : System.Security |
|
|
Reset ( ) : void |
|
|
Update ( PermissionSetTriple psTriple, PermissionSetTriple &retTriple ) : bool |
|
|
UpdateAssert ( PermissionSet in_a ) : PermissionSetTriple |
|
|
UpdateGrant ( PermissionSet in_g ) : void |
|
|
UpdateGrant ( PermissionSet in_g, ZoneIdentityPermission &z, UrlIdentityPermission &u ) : void |
|
|
UpdateRefused ( PermissionSet in_r ) : void |
|
|