The SecurityTokenServiceAuthParameters type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SecurityTokenServiceAuthParameters | Initializes a new instance of the SecurityTokenServiceAuthParameters class |
Methods
Name | Description | |
---|---|---|
![]() | Clone |
Returns an exact copy of this SecurityTokenServiceAuthParameters object.
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Overrides Object..::..ToString()()()().) |
![]() | ToTrace |
Properties
Name | Description | |
---|---|---|
![]() | Password |
Gets or sets the password.
|
![]() | PersistToken |
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.
|
![]() | PresenterFactory |
Gets or sets the presenter factory, which supports prompting the user for other authentication details.
|
![]() | UsePersistedToken |
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.
|
![]() | UserName |
Gets or sets the user name.
|