adTempus API
ArcanaDevelopment.adTempus.Client Namespace / RemoteAgent Class / ValidateCertificate Property


In This Topic
    ValidateCertificate Property
    In This Topic
    Determines whether the Master validates the agent's security certificate when connecting
    Syntax
    'Declaration
     
    
    Public Property ValidateCertificate As Boolean
    public bool ValidateCertificate {get; set;}
    public:
    property bool ValidateCertificate {
       bool get();
       void set (    bool value);
    }
    See Also