AuthenticationScheme Enumeration
Indicates the mode of authentication used when a component tries to access a resource on a remote computer.
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("02A81680-838B-4D83-A4B5-02E2A786CD36")> _
Public Enumeration AuthenticationScheme
'Usage
Dim instance As AuthenticationScheme
[ComVisibleAttribute(true)]
[GuidAttribute("02A81680-838B-4D83-A4B5-02E2A786CD36")]
public enum AuthenticationScheme
Members
Member name | Description | |
---|---|---|
Unknown | Specifies that the proxy will authenticate access using Windows authentication (NTLM protocol). | |
Forms | Specifies that the proxy expects a cookie provided by the client code. | |
Ntlm | Specifies that the proxy will authenticate access using Windows authentication (NTLM protocol). | |
RunAs | Specifies that the proxy expects the user name and password for the user who is connecting to Microsoft SharePoint 2010. |