Click or drag to resize

OperationDemandPolicyBehaviorApply Method

Apply the demand

Namespace:  SanteDB.Rest.Common.Security
Assembly:  SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax
public void Apply(
	EndpointOperation operation,
	RestRequestMessage request
)

Parameters

operation
Type: RestSrvrEndpointOperation

[Missing <param name="operation"/> documentation for "M:SanteDB.Rest.Common.Security.OperationDemandPolicyBehavior.Apply(RestSrvr.EndpointOperation,RestSrvr.Message.RestRequestMessage)"]

request
Type: RestSrvr.MessageRestRequestMessage

[Missing <param name="request"/> documentation for "M:SanteDB.Rest.Common.Security.OperationDemandPolicyBehavior.Apply(RestSrvr.EndpointOperation,RestSrvr.Message.RestRequestMessage)"]

Implements

IOperationPolicyApply(EndpointOperation, RestRequestMessage)
See Also