ExtendedProtectionPolicyElement Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.