Client SDKModelsAuthenticationType EnumerationOn this pageAuthenticationType EnumerationC# enum AuthenticationType{ Windows, Basic} Members The AuthenticationType enumeration has the following members. MemberValueDescriptionWindows0Specify the authentication type as Windows.Basic1Specify the authentication type as Basic.