Click or drag to resize

SQLiteIdentityServiceRemoveClaim Method

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

Namespace:  SanteDB.DisconnectedClient.SQLite.Security
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public void RemoveClaim(
	string userName,
	string claimType,
	IPrincipal principal
)

Parameters

userName
Type: SystemString

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

claimType
Type: SystemString

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

Implements

IIdentityProviderServiceRemoveClaim(String, String, IPrincipal)
See Also