Click or drag to resize

PdfWcfSettingsClientSecurityTransportProtectionLevel Property

Gets or sets the a value specifying whether the binding for the contract must support the value.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public ProtectionLevel ClientSecurityTransportProtectionLevel { get; set; }

Property Value

Type: ProtectionLevel
One of the ProtectionLevel values. The default value is EncryptAndSign.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe value is not a valid ProtectionLevel.
Remarks

This property is for advanced use only. If this value is changed, please contact Red Software for information about required registry changes.

See Also