FormsAuthCredentials members
Represents an object that contains the forms authentication credentials for connecting to federated search locations.
The FormsAuthCredentials type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FormsAuthCredentials | Initializes a new instance of the FormsAuthCredentials class. |
Top
Properties
Name | Description | |
---|---|---|
AuthSchemeName | ||
AuthSubmissionMethod | Gets or sets the protocol method for the request to the forms authentication logon page. | |
AuthSubmissionPath | Gets or sets the forms authentication logon page URL. | |
ErrorPageUrl | Gets or sets the forms authentication logon error page URL. | |
NameValuePairs | Gets or sets the collection of name/value pairs representing the logon input. (Inherited from SecurableAuthData.) | |
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. (Inherited from SecurableAuthData.) |
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