Skip to main content
Version: IB7.0

AuthenticationType Enumeration

C#

enum AuthenticationType
{
Windows,
Basic
}

Members

The AuthenticationType enumeration has the following members.

MemberValueDescription
Windows0Specify the authentication type as Windows.
Basic1Specify the authentication type as Basic.