Click or drag to resize

AuthorizationRules Class

Inheritance Hierarchy
SystemObject
  EDK4Net.SecurityAuthorizationRules

Namespace:  EDK4Net.Security
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
[SerializableAttribute]
public class AuthorizationRules

The AuthorizationRules type exposes the following members.

Constructors
  NameDescription
Public methodAuthorizationRules
Initializes a new instance of the AuthorizationRules class
Top
Methods
  NameDescription
Public methodAllowCreate
Public methodAllowExecute
Public methodAllowPropertyCreate
Public methodAllowPropertyRead
Public methodAllowPropertyWrite
Public methodAllowRead
Public methodAllowWrite
Public methodDenyCreate
Public methodDenyExecute
Public methodDenyPropertyCreate
Public methodDenyPropertyRead
Public methodDenyPropertyWrite
Public methodDenyRead
Public methodDenyWrite
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasCreateAllowedRoles
Public methodHasCreateDeniedRoles
Public methodHasCreatePropertyAllowedRoles
Public methodHasCreatePropertyDeniedRoles
Public methodHasExecuteAllowedRoles
Public methodHasExecuteDeniedRoles
Public methodHasReadAllowedRoles
Public methodHasReadDeniedRoles
Public methodHasReadPropertyAllowedRoles
Public methodHasReadPropertyDeniedRoles
Public methodHasWriteAllowedRoles
Public methodHasWriteDeniedRoles
Public methodHasWritePropertyAllowedRoles
Public methodHasWritePropertyDeniedRoles
Public methodInstanceAllowCreate
Public methodInstanceAllowExecute
Public methodInstanceAllowPropertyCreate
Public methodInstanceAllowPropertyRead
Public methodInstanceAllowPropertyWrite
Public methodInstanceAllowRead
Public methodInstanceAllowWrite
Public methodInstanceDenyCreate
Public methodInstanceDenyExecute
Public methodInstanceDenyPropertyCreate
Public methodInstanceDenyPropertyRead
Public methodInstanceDenyPropertyWrite
Public methodInstanceDenyRead
Public methodInstanceDenyWrite
Public methodStatic memberInvalidateCache
Public methodIsCreateAllowed
Public methodIsCreateDenied
Public methodIsCreatePropertyAllowed
Public methodIsCreatePropertyDenied
Public methodIsExecuteAllowed
Public methodIsExecuteDenied
Public methodIsReadAllowed
Public methodIsReadDenied
Public methodIsReadPropertyAllowed
Public methodIsReadPropertyDenied
Public methodIsWriteAllowed
Public methodIsWriteDenied
Public methodIsWritePropertyAllowed
Public methodIsWritePropertyDenied
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also