Click or drag to resize
SharePointAuthMode Class
Contains well-known SharePoint auth mode constants.
Inheritance Hierarchy
SystemObject
  CMS.SharePointSharePointAuthMode

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 10.0.0
Syntax
C#
public static class SharePointAuthMode

The SharePointAuthMode type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberANONYMOUS
Specifies anonymous authentication mode.
Public fieldStatic memberDEFAULT
Specifies default authentication mode.
Top
See Also