Click or drag to resize

ExternalLogin Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.DataDbObject
    Dynamicweb.Security.UserManagementExternalLogin

Namespace:  Dynamicweb.Security.UserManagement
Assembly:  Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax
public class ExternalLogin : DbObject

The ExternalLogin type exposes the following members.

Constructors
  NameDescription
Public methodExternalLogin(IDataReader) Obsolete.
Initializes a new instance of the ExternalLogin class
Public methodExternalLogin(Int32, Int32, String, String)
Initializes a new instance of the ExternalLogin class
Top
Properties
  NameDescription
Public propertyConnection (Inherited from DbObject.)
Public propertyID (Inherited from DbObject.)
Public propertyIsNew (Inherited from DbObject.)
Public propertyProviderID
Public propertyProviderKey
Public propertyProviderUserName
Public propertyTransaction (Inherited from DbObject.)
Public propertyUserID
Top
Methods
Fields
  NameDescription
Protected field_id (Inherited from DbObject.)
Protected field_keyField (Inherited from DbObject.)
Protected field_tableName (Inherited from DbObject.)
Top
See Also