Méthode |
Description |
|
CheckDemand ( CodeAccessPermission demand, PermissionToken permToken, RuntimeMethodHandle rmh ) : bool |
|
|
CheckDemand2 ( CodeAccessPermission demand, PermissionToken permToken, RuntimeMethodHandle rmh, bool fDeclarative ) : bool |
|
|
CheckSetDemand ( PermissionSet demandSet, PermissionSet &alteredDemandSet, RuntimeMethodHandle rmh ) : bool |
|
|
CheckSetDemand2 ( PermissionSet demandSet, PermissionSet &alteredDemandSet, RuntimeMethodHandle rmh, bool fDeclarative ) : bool |
|
|
CreateSingletonSet ( IPermission perm ) : PermissionSet |
|
|
DecrementAssertCount ( ) : void |
|
|
DecrementOverridesCount ( ) : void |
|
|
FrameSecurityDescriptor ( ) : System.Text |
|
|
GetAssertAllPossible ( ) : bool |
|
|
GetAssertions ( bool fDeclarative ) : PermissionSet |
|
|
GetDenials ( bool fDeclarative ) : PermissionSet |
|
|
GetPermitOnly ( bool fDeclarative ) : PermissionSet |
|
|
HasImperativeAsserts ( ) : bool |
|
|
HasImperativeDenials ( ) : bool |
|
|
HasImperativeRestrictions ( ) : bool |
|
|
IncrementAssertCount ( ) : void |
|
|
IncrementOverridesCount ( ) : void |
|
|
RevertAll ( ) : void |
|
|
RevertAssert ( ) : void |
|
|
RevertAssertAllPossible ( ) : void |
|
|
RevertDeny ( ) : void |
|
|
RevertPermitOnly ( ) : void |
|
|
SetAssert ( IPermission perm ) : void |
|
|
SetAssert ( PermissionSet permSet ) : void |
|
|
SetAssertAllPossible ( ) : void |
|
|
SetDeny ( IPermission perm ) : void |
|
|
SetDeny ( PermissionSet permSet ) : void |
|
|
SetPermitOnly ( IPermission perm ) : void |
|
|
SetPermitOnly ( PermissionSet permSet ) : void |
|
|