Member name | Description |
---|---|
Initializes a new instance of the SAPermission class. |
Member name | Description |
---|---|
AllowBlankPassword (inherited from DBDataPermission) |
Gets a value indicating whether a blank password is allowed. |
Member name | Description |
---|---|
Add (inherited from DBDataPermission) |
Adds access for the specified connection string to the existing state of the DBDataPermission. |
Assert (inherited from CodeAccessPermission) |
Declares that the calling code can access the resource protected by a permission demand through the code that calls this method, even if callers higher in the stack have not been granted permission to access the resource. Using CodeAccessPermission.Assert can create security issues. |
Copy (inherited from DBDataPermission) |
Creates and returns an identical copy of the current permission object. |
Demand (inherited from CodeAccessPermission) |
Forces a SecurityException at run time if all callers higher in the call stack have not been granted the permission specified by the current instance. |
Deny (inherited from CodeAccessPermission) |
Prevents callers higher in the call stack from using the code that calls this method to access the resource specified by the current instance. |
Equals (inherited from CodeAccessPermission) |
Determines whether the specified CodeAccessPermission object is equal to the current CodeAccessPermission. |
FromXml (inherited from DBDataPermission) |
Reconstructs a security object with a specified state from an XML encoding. |
GetHashCode (inherited from CodeAccessPermission) |
Gets a hash code for the CodeAccessPermission object that is suitable for use in hashing algorithms and data structures such as a hash table. |
Intersect (inherited from DBDataPermission) |
Returns a new permission object representing the intersection of the current permission object and the specified permission object. |
IsSubsetOf (inherited from DBDataPermission) |
Returns a value indicating whether the current permission object is a subset of the specified permission object. |
IsUnrestricted (inherited from DBDataPermission) |
Returns a value indicating whether the permission can be represented as unrestricted without any knowledge of the permission semantics. |
PermitOnly (inherited from CodeAccessPermission) |
Prevents callers higher in the call stack from using the code that calls this method to access all resources except for the resource specified by the current instance. |
ToString (inherited from CodeAccessPermission) |
Creates and returns a string representation of the current permission object. |
ToXml (inherited from DBDataPermission) |
Creates an XML encoding of the security object and its current state. |
Union (inherited from DBDataPermission) |
Returns a new permission object that is the union of the current and specified permission objects. |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |