adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / ServerCertificate Property


In This Topic
    ServerCertificate Property
    In This Topic
    Gets the server security certificate.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property ServerCertificate As String
    [NotNull()]
    public string ServerCertificate {get;}
    [NotNull()]
    public:
    property String^ ServerCertificate {
       String^ get();
    }
    Remarks
    This property returns the server's public encryption key, which can be used to encrypt data for the server or verify a signature from the server.
    See Also