The SecurityTokenServiceAuthParameters type exposes the following members.

Properties

  NameDescription
Public propertyPassword
Gets or sets the password.
Public propertyPersistToken
Gets or sets a value indicating whether to store the security token from this login attempt for use with future login attempts from this machine for this server/user.
Public propertyPresenterFactory
Gets or sets the presenter factory, which supports prompting the user for other authentication details.
Public propertyUsePersistedToken
Gets or sets a value indicating whether to attempt to use the previously stored security token for this login attempt from this machine for this server/user.
Public propertyUserName
Gets or sets the user name.

See Also