VistaDB 6
VistaDB.Provider Namespace / VistaDBDataPermission Class
Properties Methods


In This Topic
    VistaDBDataPermission Class Members
    In This Topic

    The following tables list the members exposed by VistaDBDataPermission.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether a blank password is allowed. (Inherited from System.Data.Common.DBDataPermission)
    Top
    Public Methods
     NameDescription
    Public MethodAdds access for the specified connection string to the existing state of the DBDataPermission. (Inherited from System.Data.Common.DBDataPermission)
    Public MethodDeclares 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 System.Security.CodeAccessPermission.Assert can create security issues. (Inherited from System.Security.CodeAccessPermission)
    Public MethodCreates and returns an identical copy of the current permission object. (Inherited from System.Data.Common.DBDataPermission)
    Public MethodForces a System.Security.SecurityException at run time if all callers higher in the call stack have not been granted the permission specified by the current instance. (Inherited from System.Security.CodeAccessPermission)
    Public MethodPrevents callers higher in the call stack from using the code that calls this method to access the resource specified by the current instance. (Inherited from System.Security.CodeAccessPermission)
    Public MethodDetermines whether the specified System.Security.CodeAccessPermission object is equal to the current System.Security.CodeAccessPermission. (Inherited from System.Security.CodeAccessPermission)
    Public MethodReconstructs a security object with a specified state from an XML encoding. (Inherited from System.Data.Common.DBDataPermission)
    Public MethodGets a hash code for the System.Security.CodeAccessPermission object that is suitable for use in hashing algorithms and data structures such as a hash table. (Inherited from System.Security.CodeAccessPermission)
    Public MethodReturns a new permission object representing the intersection of the current permission object and the specified permission object. (Inherited from System.Data.Common.DBDataPermission)
    Public MethodReturns a value indicating whether the current permission object is a subset of the specified permission object. (Inherited from System.Data.Common.DBDataPermission)
    Public MethodReturns a value indicating whether the permission can be represented as unrestricted without any knowledge of the permission semantics. (Inherited from System.Data.Common.DBDataPermission)
    Public MethodPrevents 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. (Inherited from System.Security.CodeAccessPermission)
    Public MethodCreates and returns a string representation of the current permission object. (Inherited from System.Security.CodeAccessPermission)
    Public MethodCreates an XML encoding of the security object and its current state. (Inherited from System.Data.Common.DBDataPermission)
    Public MethodReturns a new permission object that is the union of the current and specified permission objects. (Inherited from System.Data.Common.DBDataPermission)
    Top
    Protected Methods
     NameDescription
    Protected MethodRemoves all permissions that were previous added using the System.Data.Common.DBDataPermission.Add(System.String,System.String,System.Data.KeyRestrictionBehavior) method. (Inherited from System.Data.Common.DBDataPermission)
    Protected MethodCreates a new instance of the DBDataPermission class. (Inherited from System.Data.Common.DBDataPermission)
    Top
    See Also