ExtendedProtectionPolicyElement::ProtectionScenario Property

 

Gets or sets the kind of protection enforced by the extended protection policy for this configuration policy element.

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

public:
[ConfigurationPropertyAttribute("protectionScenario", DefaultValue = ProtectionScenario::TransportSelected)]
property ProtectionScenario ProtectionScenario {
	ProtectionScenario get();
	void set(ProtectionScenario value);
}

Property Value

Type: System.Security.Authentication.ExtendedProtection::ProtectionScenario

A ProtectionScenario value that indicates the kind of protection enforced by the policy.

.NET Framework
Available since 2.0
Return to top
Show: