ServiceAuthorizationElement.AuthorizationPolicies Property
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.
Gets a collection of authorization policy types.
public:
property System::ServiceModel::Configuration::AuthorizationPolicyTypeElementCollection ^ AuthorizationPolicies { System::ServiceModel::Configuration::AuthorizationPolicyTypeElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("authorizationPolicies")]
public System.ServiceModel.Configuration.AuthorizationPolicyTypeElementCollection AuthorizationPolicies { get; }
[<System.Configuration.ConfigurationProperty("authorizationPolicies")>]
member this.AuthorizationPolicies : System.ServiceModel.Configuration.AuthorizationPolicyTypeElementCollection
Public ReadOnly Property AuthorizationPolicies As AuthorizationPolicyTypeElementCollection
Property Value
An AuthorizationPolicyTypeElementCollection that contains a collection of authorization policy types.
- Attributes
Remarks
Configuring a set of authorization policy implementations enables transformation of one set of input claims into another set of claims. Access control can be granted or denied based on the claims.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.