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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Java