ProtectionLevel Enumeration
.NET Framework (current version)
Indicates the security services requested for an authenticated stream.
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| EncryptAndSign | Encrypt and sign data to help ensure the confidentiality and integrity of transmitted data. | |
| None | Authentication only. | |
| Sign | Sign data to help ensure the integrity of transmitted data. |
This enumeration is used by the NegotiateStream class.
Only None is supported.
The following code example demonstrates creating and using a client-side NegotiateStream.
.NET Framework
Available since 2.0
Available since 2.0
Show: