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


In This Topic
    X509Certificate Property (Scheduler)
    In This Topic
    The X.509 certificate, if any, returned by the server.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property X509Certificate As X509Certificate2
    [CanBeNull()]
    public X509Certificate2 X509Certificate {get;}
    [CanBeNull()]
    public:
    property X509Certificate2^ X509Certificate {
       X509Certificate2^ get();
    }
    See Also