XdsObjects Help file
MedicalConnections.Security Namespace / TlsServerWindows Class / TlsServerWindows Constructor / TlsServerWindows Constructor(X509Certificate2)
The certificate to use



In This Topic
    TlsServerWindows Constructor(X509Certificate2)
    In This Topic
    Create a new TlsServerWindows object with the specified server certificate
    Syntax
    Public Function New( _
       ByVal Certificate As X509Certificate2 _
    )
    Dim Certificate As X509Certificate2
     
    Dim instance As New TlsServerWindows(Certificate)
    public TlsServerWindows( 
       X509Certificate2 Certificate
    )
    public:
    TlsServerWindows( 
       X509Certificate2^ Certificate
    )

    Parameters

    Certificate
    The certificate to use
    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