ProtectionLevel Enum
- java.
lang. Object - java.
lang. Enum<ProtectionLevel> - system.
fabric. ProtectionLevel
- system.
- java.
public enum ProtectionLevel
Enumerates how communication is protected.
Fields
ENCRYPTANDSIGN |
Both confidentiality and integrity are protected. |
NONE |
Not protected. |
SIGN |
Only integrity is protected. |
Methods
getValue()
public int getValue()
Gets the system.fabric.ProtectionLevel value.
Returns
int
integer value representing system.fabric.ProtectionLevel.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java