Click or drag to resize

SecurityUserChallengeChildHandlerGet Method

Get the specified challenge

Namespace:  SanteDB.Rest.AMI.ChildResources
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax
public Object Get(
	Type scopingType,
	Object scopingKey,
	Object key
)

Parameters

scopingType
Type: SystemType

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

scopingKey
Type: SystemObject

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

key
Type: SystemObject

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

Return Value

Type: Object

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

Implements

IApiChildResourceHandlerGet(Type, Object, Object)
See Also