DispatchRuntime::PrincipalPermissionMode Property
Gets or sets a value that specifies how the CurrentPrincipal property is set.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property PrincipalPermissionMode PrincipalPermissionMode { PrincipalPermissionMode get(); void set(PrincipalPermissionMode value); }
Property Value
Type: System.ServiceModel.Description::PrincipalPermissionModeOne of the PrincipalPermissionMode values; the default is UseWindowsGroups.
When the PrincipalPermissionMode is None, the CurrentPrincipal property is not set.
When the value is UseWindowsGroups the CurrentPrincipal property is populated with a WindowsPrincipal based on the user credentials of the incoming message.
When the value is UseAspNetRoles the CurrentPrincipal property is populated with an IPrincipal object based on ASP.NET role information.
When the value is Custom the CurrentPrincipal property is populated by a custom IAuthorizationPolicy implementation.
Available since 3.0