XdsObjects Help file
MedicalConnections.Security Namespace / TlsServerWindows Class / ClientAuthentication Property



In This Topic
    ClientAuthentication Property
    In This Topic
    Controls whether Client Authentication is required
    Syntax
    Public Property ClientAuthentication As Boolean
    Dim instance As TlsServerWindows
    Dim value As Boolean
     
    instance.ClientAuthentication = value
     
    value = instance.ClientAuthentication
    public bool ClientAuthentication {get; set;}
    public:
    property bool ClientAuthentication {
       bool get();
       void set (    bool value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also