Checks whether the TLS connection is encrypted, authenticated, and signed.
Namespace: LaurelBridge.DCFExamples.TLS
Assemblies: EchoSCU (in EchoSCU.exe) Version: DCF34 r12431 DCF_3_4_38_20200923 NetFramework
VerificationSCPExtended (in VerificationSCPExtended.exe) Version: DCF34 r12431 DCF_3_4_38_20200923 NetFramework
Syntax
C#
public bool IsSecure()
Return Value
Type: BooleanTrue if this TlsConnection is encrypted, authenticated, and signed
See Also