ExtendedProtectionPolicy Constructor
Initializes a new instance of the ExtendedProtectionPolicy class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | ExtendedProtectionPolicy(PolicyEnforcement) | Initializes a new instance of the ExtendedProtectionPolicy class that specifies when the extended protection policy should be enforced. |
![]() | ExtendedProtectionPolicy(PolicyEnforcement, ChannelBinding^) | Initializes a new instance of the ExtendedProtectionPolicy class that specifies when the extended protection policy should be enforced and the channel binding token (CBT) to be used. |
![]() | ExtendedProtectionPolicy(PolicyEnforcement, ProtectionScenario, ICollection^) | Initializes a new instance of the ExtendedProtectionPolicy class that specifies when the extended protection policy should be enforced, the kind of protection enforced by the policy, and a custom Service Provider Name (SPN) list that is used to match against a client's SPN. |
![]() | ExtendedProtectionPolicy(PolicyEnforcement, ProtectionScenario, ServiceNameCollection^) | Initializes a new instance of the ExtendedProtectionPolicy class that specifies when the extended protection policy should be enforced, the kind of protection enforced by the policy, and a custom Service Provider Name (SPN) list that is used to match against a client's SPN. |
![]() | ExtendedProtectionPolicy(SerializationInfo^, StreamingContext) | Initializes a new instance of the ExtendedProtectionPolicy class from a SerializationInfo object that contains the required data to populate the ExtendedProtectionPolicy. |

