TlsImplUtilities public abstract class TlsImplUtilities Useful utility methods. Documentation Code protected TlsImplUtilities() public static byte[] CalculateKeyBlock(TlsCryptoParameters cryptoParams, int length) public static bool IsSsl(TlsCryptoParameters cryptoParams) public static bool IsTlsV10(ProtocolVersion version) public static bool IsTlsV10(TlsCryptoParameters cryptoParams) public static bool IsTlsV11(ProtocolVersion version) public static bool IsTlsV11(TlsCryptoParameters cryptoParams) public static bool IsTlsV12(ProtocolVersion version) public static bool IsTlsV12(TlsCryptoParameters cryptoParams) public static bool IsTlsV13(ProtocolVersion version) public static bool IsTlsV13(TlsCryptoParameters cryptoParams)