ExtendedProtectionPolicyElement Constructor

Definition

Initializes a new instance of the ExtendedProtectionPolicyElement class.

public:
 ExtendedProtectionPolicyElement();
public ExtendedProtectionPolicyElement ();
Public Sub New ()

Remarks

When this constructor is used to initialize a new instance of the ExtendedProtectionPolicyElement class, the PolicyEnforcement property is set to Never, the ProtectionScenario property is set to TransportSelected, and the ServiceNameElementCollection property is set to null.

The properties on the ExtendedProtectionPolicyElement class instance should be set to appropriate values for the application before calling the BuildPolicy method.

Applies to