Click or drag to resize

RemoteSecurityChallengeRepositoryServiceSave Method

Update the specified audit data

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

Parameters

data
Type: SanteDB.Core.Model.SecuritySecurityChallenge

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

Return Value

Type: SecurityChallenge

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

Implements

IRepositoryServiceTModelSave(TModel)
See Also