Click or drag to resize

PdfWcfSettingsClientSecurityMode Property

Gets or sets the a value specifying the binding's security mode.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public SecurityMode ClientSecurityMode { get; set; }

Property Value

Type: SecurityMode
One of the SecurityMode values. The default value is Transport.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe value is not a valid SecurityMode.
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