AccountAuthCredentials Members
Include Protected Members
Include Inherited Members
Represents an object that contains the credentials used to connect to a federated search location.
The AccountAuthCredentials type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AccountAuthCredentials | Initializes a new instance of the AccountAuthCredentials class. |
Top
Properties
Name | Description | |
---|---|---|
Context | The search context for the Shared Services Provider's search service. (Inherited from AuthenticationData.) | |
Password | Gets or sets a string containing the password. | |
SecurePassword | Gets or sets a secure string containing the password. | |
UserName | Gets or sets a string containing the user name. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top