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


In This Topic
    Certificate Property
    In This Topic
    The serialized security certificate from the agent
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property Certificate As String
    [CanBeNull()]
    public string Certificate {get;}
    [CanBeNull()]
    public:
    property String^ Certificate {
       String^ get();
    }
    See Also