ODataAuthenticationMode enumeration

Enumeration specifying the type of credential that should be configured for connecting to the OData Service. These credentials are taken from Single Sign-on and authenticate with the service.

Namespace:  Microsoft.SharePoint.BusinessData.SystemSpecific.OData
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Enumeration ODataAuthenticationMode
'Usage
Dim instance As ODataAuthenticationMode
public enum ODataAuthenticationMode

Members

Member name Description
PassThrough
RevertToSelf
Credentials
WindowsCredentials
DigestCredentials
ClientCertificate
Anonymous

See also

Reference

Microsoft.SharePoint.BusinessData.SystemSpecific.OData namespace