Click or drag to resize

SecurityProviderBaseUpdateData Method

When overridden in a derived class, updates the UserData in the backend datastore.

Namespace:  GSF.Security
Assembly:  GSF.Security (in GSF.Security.dll) Version: 2.2.98-beta
Syntax
public abstract bool UpdateData()
Request Example View Source

Return Value

Type: Boolean
true if UserData is updated, otherwise false.

Implements

ISecurityProviderUpdateData
See Also