FormsAuthenticationMessageInspector Constructors
Used to detect the authentication cookie by the FormsAuthenticationEndpointBehavior class.| Name | Parameters | Description |
|---|---|---|
| FormsAuthenticationMessageInspector() | none | Initializes a new instance of the FormsAuthenticationMessageInspector class with the default settings. |
| FormsAuthenticationMessageInspector(Cookie) | cookie | Initializes a new instance of the FormsAuthenticationMessageInspector class with the specified cookie. |
See Also