Interface IAccountManagement
Assembly: SmartcryptKeyManagement.dll
Syntax
[PublicAPI]
public interface IAccountManagement
Methods
IsAccountManaged(String)
Declaration
bool IsAccountManaged([NotNull] string username)
Parameters
| Type |
Name |
Description |
| String |
username |
|
Returns
Exceptions
LoginImplicitAccount()
Declaration
void LoginImplicitAccount()
Exceptions
See Also
LoginManagedAccount(String, String)
Declaration
void LoginManagedAccount([NotNull] string username, [NotNull] string password)
Parameters
Exceptions
LoginUnManagedAccount(String, String)
Declaration
void LoginUnManagedAccount([NotNull] string username, [NotNull] string password)
Parameters
Exceptions
LogOut()
Declaration
Update(UserSpec)
Declaration
void Update([NotNull] UserSpec spec)
Parameters
Exceptions