ProtectionLevel Enumeration |
Indicates the security services requested for an authenticated stream.
Namespace: System.Net.SecurityAssembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax public enum ProtectionLevel
Members
| Member name | Value | Description |
---|
| None | 0 |
Authentication only.
|
| Sign | 1 |
Sign data to help ensure the integrity of transmitted data.
|
| EncryptAndSign | 2 |
Encrypt and sign data to help ensure the confidentiality and integrity of
transmitted data.
|
See Also