Click or drag to resize

SQLiteDeviceIdentityProviderServiceCreateIdentity Method

Create the 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 name,
	string deviceSecret,
	IPrincipal principal
)

Parameters

sid
Type: SystemGuid

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

name
Type: SystemString

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

deviceSecret
Type: SystemString

[Missing <param name="deviceSecret"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteDeviceIdentityProviderService.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.SQLiteDeviceIdentityProviderService.CreateIdentity(System.Guid,System.String,System.String,System.Security.Principal.IPrincipal)"]

Return Value

Type: IIdentity

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

Implements

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