ServerPermissionRequestProcessor Constructors
Processes permission requests when the Deny Permission Policy is in use.| Name | Parameters | Description |
|---|---|---|
| ServerPermissionRequestProcessor() | none | For internal use. |
| ServerPermissionRequestProcessor(ITypesInfo) | typesInfo | For internal use. |
| ServerPermissionRequestProcessor(IOperationPermissionProvider, ITypesInfo) | permissionsProvider, typesInfo | Initializes a new instance of the ServerPermissionRequestProcessor class with specified settings. |
| ServerPermissionRequestProcessor(IPermissionDictionary, ITypesInfo) | permissionsDictionary, typesInfo | For internal use. |
| ServerPermissionRequestProcessor(IEnumerable<IOperationPermission>, ITypesInfo) | permissionsProvider, typesInfo | Initializes a new instance of the ServerPermissionRequestProcessor class with specified settings. |
See Also