Click or drag to resize

RemoteSecurityChallengeRepositoryServiceInsert Method

Insert the specified audit

Namespace:  SanteDB.DisconnectedClient.Services.Remote
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public SecurityChallenge Insert(
	SecurityChallenge challenge
)

Parameters

challenge
Type: SanteDB.Core.Model.SecuritySecurityChallenge

[Missing <param name="challenge"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteSecurityChallengeRepositoryService.Insert(SanteDB.Core.Model.Security.SecurityChallenge)"]

Return Value

Type: SecurityChallenge

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteSecurityChallengeRepositoryService.Insert(SanteDB.Core.Model.Security.SecurityChallenge)"]

Implements

IRepositoryServiceTModelInsert(TModel)
See Also