azure-docs-sdk-java/docs-ref-autogen/system.fabric.ProtectionLev...

39 строки
1.6 KiB
YAML

### YamlMime:JavaEnum
fields:
- fullName: system.fabric.ProtectionLevel.ENCRYPTANDSIGN
name: ENCRYPTANDSIGN
nameWithType: ProtectionLevel.ENCRYPTANDSIGN
summary: <p>Both confidentiality and integrity are protected. </p>
uid: system.fabric.ProtectionLevel.ENCRYPTANDSIGN
- fullName: system.fabric.ProtectionLevel.NONE
name: NONE
nameWithType: ProtectionLevel.NONE
summary: <p>Not protected. </p>
uid: system.fabric.ProtectionLevel.NONE
- fullName: system.fabric.ProtectionLevel.SIGN
name: SIGN
nameWithType: ProtectionLevel.SIGN
summary: <p>Only integrity is protected. </p>
uid: system.fabric.ProtectionLevel.SIGN
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="java.lang.Enum&lt;ProtectionLevel&gt;" data-throw-if-not-resolved="False"/>
methods:
- fullName: system.fabric.ProtectionLevel.getValue()
name: getValue()
nameWithType: ProtectionLevel.getValue()
returns:
description: <p>integer value representing <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.ProtectionLevel"></xref>. </p>
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
summary: <p>Gets the <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.ProtectionLevel"></xref> value. </p>
syntax: public int getValue()
uid: system.fabric.ProtectionLevel.getValue()
nameWithType: ProtectionLevel
syntax: public enum ProtectionLevel
uid: system.fabric.ProtectionLevel
fullName: system.fabric.ProtectionLevel
name: ProtectionLevel
package: system.fabric
summary: <p>Enumerates how communication is protected. </p>
metadata: {}