EmailClient.SetSupportedEncryptionUnsafe

EmailClient.SetSupportedEncryptionUnsafe method

Defines the versions of SSL/TLS encryption protocols to be used. This method is not safe and sets the encryption protocols without any compatibility checks. Use SupportedEncryption property to safely set only protocols that definitely supported by .net framework. Please note, if your current .net framework does not support this level of security, an exception will be thrown when trying to establish a connection to the server.

public void SetSupportedEncryptionUnsafe(EncryptionProtocols value)

See Also