Click or drag to resize

AmiServiceClientCreatePolicy Method

Creates a policy in the IMS.

Namespace:  SanteDB.Messaging.AMI.Client
Assembly:  SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 2.2.1
Syntax
public SecurityPolicy CreatePolicy(
	SecurityPolicy policy
)

Parameters

policy
Type: SanteDB.Core.Model.SecuritySecurityPolicy
The policy to be created.

Return Value

Type: SecurityPolicy
Returns the newly created policy.
See Also