System.Net.Security.ProtectionLevel Enumeration

Indicates the security services requested for an authenticated stream.

Syntax

public enum ProtectionLevel

Remarks

This enumeration is used by the System.Net.Security.NegotiateStream class.

Members

Member NameDescription
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.

Requirements

Namespace: System.Net.Security
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0