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.
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| 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
Available since 4.0
Show: