SsoCredentials Members
Include Protected Members
Include Inherited Members
Represents an object that contains the single sign-on credentials.
The SsoCredentials type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SsoCredentials |
Top
Methods
Name | Description | |
---|---|---|
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
Dispose(Boolean) | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources and optionally releases the managed resources. | |
Equals | (Inherited from Object.) | |
Finalize | Releases unmanaged resources and performs other cleanup operations before the object is reclaimed by garbage collection. (Overrides Object.Finalize().) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
Evidence | Array of secure evidence strings returned by an SsoProvider object. | |
Password | The credential password. | |
UserName | The credential user name. |
Top