The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ServiceSecurityContext::AuthorizationPolicies Property
.NET Framework (current version)
Gets the collection of policies associated with an instance of this class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property ReadOnlyCollection<IAuthorizationPolicy^>^ AuthorizationPolicies { ReadOnlyCollection<IAuthorizationPolicy^>^ get(); void set(ReadOnlyCollection<IAuthorizationPolicy^>^ value); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<IAuthorizationPolicy^>^A ReadOnlyCollection<T> of type IAuthorizationPolicy that contains the policies.
.NET Framework
Available since 3.0
Available since 3.0
Show: