Indicates the security services requested for an authenticated stream.
Syntax
public enum ProtectionLevel
Remarks
Members
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.
|
Requirements
Namespace: System.Net.Security
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0