ExtendedProtectionPolicyElement::BuildPolicy Method ()

 

The BuildPolicy method builds a new ExtendedProtectionPolicy instance based on the properties set on the ExtendedProtectionPolicyElement class.

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

public:
ExtendedProtectionPolicy^ BuildPolicy()

Return Value

Type: System.Security.Authentication.ExtendedProtection::ExtendedProtectionPolicy^

A new ExtendedProtectionPolicy instance that represents the extended protection policy created.

The properties on the ExtendedProtectionPolicyElement class instance must be set before calling the BuildPolicy method.

.NET Framework
Available since 2.0
Return to top
Show: