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



In This Topic
    Certificate Property (TlsClientWindows)
    In This Topic
    The local certificate to use for secured connection
    Syntax
    Public Property Certificate As X509Certificate2
    Dim instance As TlsClientWindows
    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