SPFormsAuthenticationOption enumeration
Specifies the authentication options to be used.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPFormsAuthenticationOption
'Usage
Dim instance As SPFormsAuthenticationOption
public enum SPFormsAuthenticationOption
Members
Member name | Description | |
---|---|---|
None | No authentication is performed. | |
PersistentSignInRequest | The sign in request is to be persistent. | |
SmartClient | Smart cookies are allowed. |