IUserOptions Properties

Include Protected Members
Include Inherited Members

The IUserOptions type exposes the following members.

Properties

  Name Description
Public property AsymmetricKey Gets a key that is used for encryption and decryption. Asymmetric keys are related and form a key pair.
Public property Certificate Gets a certificate derived from an identifier root.
Public property CreateDate Gets a DateTime object.
Public property DefaultSchema Gets the default database schema.
Public property ID Gets an Int32 identifier.
Public property IsSystemObject Gets a Boolean value that specifies whether or not the interface refers to a Object.
Public property Login Gets a string value that contains a log-in.
Public property LoginType Gets the LoginType.
Public property Name Gets the name of the options referenced by the interface.
Public property Sid Gets the security identifier as a Byte object.
Public property UserType Gets the UserType.

Top