Infront Data Manager Connect Client (.NET)
Static Public Member Functions | List of all members
Gevasys.DataCore.Core.TLS.TLSUtils Class Reference

Helper class for TLS related stuff More...

Static Public Member Functions

static string GenerateCipherString (SslStream stream)
 Build the cipher string for a connected and established SslStream Format is: Protocol_<KeyExchange>_<KeyExchange>_WITH_<Cipher>_<CipherStrength>_?_<Hash> Example: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 More...
 

Detailed Description

Helper class for TLS related stuff

Member Function Documentation

◆ GenerateCipherString()

static string Gevasys.DataCore.Core.TLS.TLSUtils.GenerateCipherString ( SslStream  stream)
inlinestatic

Build the cipher string for a connected and established SslStream Format is: Protocol_<KeyExchange>_<KeyExchange>_WITH_<Cipher>_<CipherStrength>_?_<Hash> Example: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384

Regarding CBC/GCM: Assume that if authenticated GCM must be used.

Parameters
stream
Returns

The documentation for this class was generated from the following file:

Copyright (C) 2021 Infront Financial Technology GmbH
Mainzer Landstrasse 178 – 190
60327 Frankfurt am Main
Infront Data Manager Connect V4.1