Click or drag to resize

IOfflineIdentityProviderServiceCreateIdentity Method (Guid, String, String, IPrincipal)

Create a local offline identity

Namespace:  SanteDB.DisconnectedClient.Security
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
IIdentity CreateIdentity(
	Guid sid,
	string username,
	string password,
	IPrincipal principal
)

Parameters

sid
Type: SystemGuid

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

username
Type: SystemString

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

password
Type: SystemString

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

Return Value

Type: IIdentity

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

See Also