ProtectionLevel Enumeration
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Enumerates how communication is protected.
Namespace: System.Fabric
Assembly: System.Fabric (in System.Fabric.dll)
Syntax
public enum ProtectionLevel
Members
Member name | Description | |
---|---|---|
EncryptAndSign | Both confidentiality and integrity are protected. |
|
None | Not protected. |
|
Sign | Only integrity is protected. |
See Also
Return to top