Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EncryptionPolicy Enumeration

.NET Framework (current version)
 

The EncryptionPolicy to use.

Namespace:   System.Net.Security
Assembly:  System (in System.dll)

public enum class EncryptionPolicy

Member nameDescription
AllowNoEncryption

Prefer that full encryption be used, but allow a NULL cipher (no encryption) if the server agrees.

NoEncryption

Allow no encryption and request that a NULL cipher be used if the other endpoint can handle a NULL cipher.

RequireEncryption

Require encryption and never allow a NULL cipher.

The EncryptionPolicy can be set to require, allow, or prevent encryption.

The EncryptionPolicy will be applied to an SSL/TLS session.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft