SecurableAuthData 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 | |
---|---|---|
NameValuePairs | Gets or sets the collection of name/value pairs representing the logon input. | |
SearchApplication | (Inherited from AuthenticationData.) | |
SearchContext | Obsolete. (Inherited from AuthenticationData.) | |
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