Click or drag to resize

BasicAuthorizationAccessBehaviorApply Method

Apply the policy to the request

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

Parameters

request
Type: RestSrvr.MessageRestRequestMessage

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

Implements

IServicePolicyApply(RestRequestMessage)
See Also