System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy Members

The members of System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy class that specifies when the extended protection policy should be enforced.

Initializes a new instance of the System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy class that specifies when the extended protection policy should be enforced and the channel binding token (CBT) to be used.

Initializes a new instance of the System.Security.Authentication.ExtendedProtection.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.

Initializes a new instance of the System.Security.Authentication.ExtendedProtection.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.

Protected Constructors

Public Properties

[read-only]
CustomChannelBindingChannelBinding.

Gets a custom channel binding token (CBT) to use for validation.

[read-only]
CustomServiceNamesServiceNameCollection.

Gets the custom Service Provider Name (SPN) list used to match against a client's SPN.

[read-only]
static
OSSupportsExtendedProtectionbool.

Indicates whether the operating system supports integrated windows authentication with extended protection.

[read-only]
PolicyEnforcementPolicyEnforcement.

Gets when the extended protection policy should be enforced.

[read-only]
ProtectionScenarioProtectionScenario.

Gets the kind of protection enforced by the extended protection policy.

Public Methods

override
ToString() : string

Gets a string representation for the extended protection policy instance.

Explicitly Implemented Interface Members