Click or drag to resize
ServerAuthenticationEnum Enumeration
Server authentication modes.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public enum ServerAuthenticationEnum
Members
  Member nameValueDescription
UserName1 User name / password authentication.
X5092 X509 authentication.
See Also