MySqlClientPermissionAttribute Properties

MySQL Connector/Net

MySqlClientPermissionAttribute Properties

The MySqlClientPermissionAttribute type exposes the following members.

Properties
  Name Description
Public property Action
Gets or sets a security action.
(Inherited from SecurityAttribute.)
Public property AllowBlankPassword
Gets or sets a value indicating whether a blank password is allowed.
(Inherited from DBDataPermissionAttribute.)
Public property ConnectionString
Gets or sets a permitted connection string.
(Inherited from DBDataPermissionAttribute.)
Public property KeyRestrictionBehavior
Identifies whether the list of connection string parameters identified by the KeyRestrictions property are the only connection string parameters allowed.
(Inherited from DBDataPermissionAttribute.)
Public property KeyRestrictions
Gets or sets connection string parameters that are allowed or disallowed.
(Inherited from DBDataPermissionAttribute.)
Public property TypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)
Public property Unrestricted
Gets or sets a value indicating whether full (unrestricted) permission to the resource protected by the attribute is declared.
(Inherited from SecurityAttribute.)
Top
See Also