SecurableAuthData Members
Include Protected Members
Include Inherited Members
Represents an object that contains credentials used to connect to federated search locations. Provides the base class for the FormsAuthCredentials class.
The SecurableAuthData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SecurableAuthData | Initializes a new instance of the SecurableAuthData class. |
Top
Properties
Name | Description | |
---|---|---|
Context | The search context for the Shared Services Provider's search service. (Inherited from AuthenticationData.) | |
NameValuePairs | Gets or sets the collection of name/value pairs representing the logon input. | |
SecureableNameValuePairs | Gets or sets the collection of name/value pairs, stored as System.Security.SecureString values, representing the logon input. |
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