Click or drag to resize

SQLiteIdentityServiceCreateIdentity Method (Guid, String, String, IPrincipal)

Creates an identity for the user

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,
	IPrincipal principal
)

Parameters

sid
Type: SystemGuid

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

userName
Type: SystemString

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

password
Type: SystemString

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

principal
Type: System.Security.PrincipalIPrincipal

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

Return Value

Type: IIdentity

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

Implements

IOfflineIdentityProviderServiceCreateIdentity(Guid, String, String, IPrincipal)
See Also