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
     
    
    Public ReadOnly Property ServerCertificate As String
    public string ServerCertificate {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