Click or drag to resize

SecurityUserChallengeChildHandlerAdd Method

Add the security challenge

Namespace: SanteDB.Rest.AMI.ChildResources
Assembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public Object Add(
	Type scopingType,
	Object scopingKey,
	Object item
)

Parameters

scopingType  Type

[Missing <param name="scopingType"/> documentation for "M:SanteDB.Rest.AMI.ChildResources.SecurityUserChallengeChildHandler.Add(System.Type,System.Object,System.Object)"]

scopingKey  Object

[Missing <param name="scopingKey"/> documentation for "M:SanteDB.Rest.AMI.ChildResources.SecurityUserChallengeChildHandler.Add(System.Type,System.Object,System.Object)"]

item  Object

[Missing <param name="item"/> documentation for "M:SanteDB.Rest.AMI.ChildResources.SecurityUserChallengeChildHandler.Add(System.Type,System.Object,System.Object)"]

Return Value

Object

[Missing <returns> documentation for "M:SanteDB.Rest.AMI.ChildResources.SecurityUserChallengeChildHandler.Add(System.Type,System.Object,System.Object)"]

Implements

IApiChildResourceHandlerAdd(Type, Object, Object)
See Also