Binding.UseDsMapper Property

Definition

Gets or sets a value indicating whether the binding will use Active Directory mapping.

public:
 property bool UseDsMapper { bool get(); void set(bool value); };
public bool UseDsMapper { get; set; }
member this.UseDsMapper : bool with get, set
Public Property UseDsMapper As Boolean

Property Value

true if the binding will use the Windows Directory Service certificate mapper; false if the binding will use the IIS certificate mapper.

Examples

The following example demonstrates the UseDsMapper property. This code example is part of a larger example provided for the Binding class.

bindingdisplay = bindingdisplay + "\n   UseDsMapper: " + binding.UseDsMapper + "\n\n";

Remarks

The UseDsMapper property specifies whether IIS Manager will use the Windows Directory Service certificate mapper (Active Directory mapping) or the IIS certificate mapper.

Applies to