ExtendedProtectionPolicyElement Constructor ()

 

Initializes a new instance of the ExtendedProtectionPolicyElement class.

Namespace:   System.Security.Authentication.ExtendedProtection.Configuration
Assembly:  System (in System.dll)

public:
ExtendedProtectionPolicyElement()

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.

.NET Framework
Available since 2.0
Return to top
Show: