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


In This Topic
    CertificateIdentity Property
    In This Topic
    Gets or sets the identity to use when validating the connection to the remote server
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property CertificateIdentity As String
    [CanBeNull()]
    public string CertificateIdentity {get; set;}
    [CanBeNull()]
    public:
    property String^ CertificateIdentity {
       String^ get();
       void set (    String^ value);
    }
    See Also