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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java