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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for Java