AuthorizationPolicyTypeElement Constructor (String^)

 

Initializes a new instance of the AuthorizationPolicyTypeElement class with the specified policy type.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
AuthorizationPolicyTypeElement(
	String^ policyType
)

Parameters

policyType
Type: System::String^

The type of policy to be initialized.

Exception Condition
ArgumentNullException

policyType is null or empty.

.NET Framework
Available since 3.0
Return to top
Show: