Click or drag to resize

SQLiteIdentityServiceCreateIdentity Method (Guid, String, String)

Create specified identity

Namespace:  SanteDB.DisconnectedClient.SQLite.Security
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public IIdentity CreateIdentity(
	Guid sid,
	string userName,
	string password
)

Parameters

sid
Type: SystemGuid

[Missing <param name="sid"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteIdentityService.CreateIdentity(System.Guid,System.String,System.String)"]

userName
Type: SystemString

[Missing <param name="userName"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteIdentityService.CreateIdentity(System.Guid,System.String,System.String)"]

password
Type: SystemString

[Missing <param name="password"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteIdentityService.CreateIdentity(System.Guid,System.String,System.String)"]

Return Value

Type: IIdentity

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteIdentityService.CreateIdentity(System.Guid,System.String,System.String)"]

See Also