DispatchRuntime.ExternalAuthorizationPolicies Property

Definition

Gets or sets the external authorization policies that define a set of rules for authorizing a user, given a set of claims.

C#
public System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Policy.IAuthorizationPolicy> ExternalAuthorizationPolicies { get; set; }

Property Value

A ReadOnlyCollection<T> of IAuthorizationPolicy objects that define a set of rules for authorizing a user, given a set of claims.

Remarks

Use this property to add a custom implementation of IAuthorizationPolicy that defines a set of rules for authorizing a user, given a set of claims. This custom implementation is used every time the service is called.

Applies to

Producto Versiones
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1