Click or drag to resize
MessageContractAttributeProtectionLevel Property
Gets or sets a value that specified whether the message must be encrypted, signed, or both.

Namespace: System.ServiceModel
Assembly: CSharpXamlForHtml5.System.ServiceModel.dll (in CSharpXamlForHtml5.System.ServiceModel.dll.dll) Version: 1.0.0.0
Syntax
C#
public ProtectionLevel ProtectionLevel { get; set; }

Property Value

Type: ProtectionLevel
See Also