XdsObjects Help file
MedicalConnections.Security Namespace / TlsServerWindows Class / Certificate Property



In This Topic
    Certificate Property (TlsServerWindows)
    In This Topic
    The x509 Certificate used to authenticate this server to the remote party
    Syntax
    Public Property Certificate As X509Certificate2
    Dim instance As TlsServerWindows
    Dim value As X509Certificate2
     
    instance.Certificate = value
     
    value = instance.Certificate
    public X509Certificate2 Certificate {get; set;}
    public:
    property X509Certificate2^ Certificate {
       X509Certificate2^ get();
       void set (    X509Certificate2^ value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also