Click or drag to resize
PasswordSessionProvider Class
Provides SalesForce organization sessions using the SalesForce user's login and password.
Inheritance Hierarchy
SystemObject
  CMS.SalesForcePasswordSessionProvider

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public sealed class PasswordSessionProvider : ISessionProvider

The PasswordSessionProvider type exposes the following members.

Constructors
  NameDescription
Public methodPasswordSessionProvider
Top
Properties
  NameDescription
Public propertyClientId
Gets or sets the consumer identifier associated with the remote access application in SalesForce.
Public propertyClientSecret
Gets or sets the consumer secret associated with the remote access application in SalesForce.
Public propertyPassword
Gets or sets the SalesForce user's password.
Public propertyToken
Gets or sets the SalesForce user's secret token.
Public propertyUsername
Gets or sets the SalesForce user's login.
Top
Methods
  NameDescription
Public methodCreateSession
Creates a new SalesForce organization session, and returns it.
Top
See Also