X509Credentials.ProtectionLevel Property
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Indicates the string value that is used to specify whether the messages in the header and body have integrity and confidentiality guarantees applied to them when they are sent between the nodes of a cluster.
Namespace: System.Fabric
Assembly: System.Fabric (in System.Fabric.dll)
Syntax
public ProtectionLevel ProtectionLevel { get; set; }
Property Value
Type: System.Fabric.ProtectionLevel
The string value that is used to specify whether the messages in the header and body have integrity and confidentiality guarantees applied to them when they are sent between the nodes of a cluster.
See Also
X509Credentials Class
System.Fabric Namespace
Return to top