AuthorizationPolicyTypeElement Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the AuthorizationPolicyTypeElement class.
Overloads
AuthorizationPolicyTypeElement() |
Initializes a new instance of the AuthorizationPolicyTypeElement class. |
AuthorizationPolicyTypeElement(String) |
Initializes a new instance of the AuthorizationPolicyTypeElement class with the specified policy type. |
AuthorizationPolicyTypeElement()
Initializes a new instance of the AuthorizationPolicyTypeElement class.
public:
AuthorizationPolicyTypeElement();
public AuthorizationPolicyTypeElement ();
Public Sub New ()
Applies to
AuthorizationPolicyTypeElement(String)
Initializes a new instance of the AuthorizationPolicyTypeElement class with the specified policy type.
public:
AuthorizationPolicyTypeElement(System::String ^ policyType);
public AuthorizationPolicyTypeElement (string policyType);
new System.ServiceModel.Configuration.AuthorizationPolicyTypeElement : string -> System.ServiceModel.Configuration.AuthorizationPolicyTypeElement
Public Sub New (policyType As String)
Parameters
- policyType
- String
The type of policy to be initialized.
Exceptions
policyType
is null
or empty.