LAUREL BRIDGE

TlsNetworkSocket Fields

DICOM Connectivity Framework V3.4

The TlsNetworkSocket type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberALLOW_WILDCARD_AND_SAN_CERTIFICATES
Whether to allow wildcard and SAN (multi-domain) certificates
Public fieldStatic memberLAZY_SERVER_SIDE_AUTHENTICATION_MODE
Whether to call AuthenticateAsServer() immediately or wait until we attempt to send or receive from a server side socket connection; effectively, this equates to whether to authenticate on the main listen socket itself or on a child socket that was created by a call to Accept(). NOTE also that when this is set to "true", AuthenticateAsServer() is called only when the underlying .NET code calls one of this class's overridden Receive() or Send() methods --which is indeed happening currently, after Accept() has been called, when the DCF attempts to read the first PDU of an association in a newly created thread.
Top
See Also

Reference