Click or drag to resize
ProtectionLevel Enumeration
Indicates the security services requested for an authenticated stream.

Namespace: System.Net.Security
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public enum ProtectionLevel
Members
  Member nameValueDescription
None0 Authentication only.
Sign1 Sign data to help ensure the integrity of transmitted data.
EncryptAndSign2 Encrypt and sign data to help ensure the confidentiality and integrity of transmitted data.
See Also