IAccountService Methods

The IAccountService type exposes the following members.

Methods
  NameDescription
Public methodAccountInfoQuery
Gets limited information about the accounts corresponding to query criteria.
Public methodCode exampleAccountQuery
Gets the accounts corresponding to query criteria.
Public methodAccountQueryCount
Gets the number of accounts corresponding to filter criteria.
Public methodChangeLocalUserAccountPassword(Guid, String)
Sets a local user account's password.
Public methodChangeLocalUserAccountPassword(String, String)
Changes the password for the caller's account.
Public methodClearExternalGroupCache
Clears the external group cache for the specified account.
Public methodConvertWindowsAccountToExternalAccount
Converts a Windows user/group account to an external user/group account.
Public methodCode exampleDeleteAccount
Deletes the account with the specified ID.
Public methodGetAccount(Guid)
Gets the account with the specified ID.
Public methodGetAccount(String)
Gets the account with the specified name.
Public methodGetAccountInfo(Guid)
Gets limited information about the account with the specified ID.
Public methodGetAccountInfo(String)
Gets limited information about the account with the specified name.
Public methodGetAccountInfos
Gets limited information about the specified accounts.
Public methodGetAccounts
Retrieves a list of accounts having the specified IDs.
Public methodGetUserData
Gets the user data for the specified account.
Public methodIsPasswordComplex
Determines whether the provided password meets the application's password complexity requirements.
Public methodPromoteVirtualAccount
Promotes a virtual Windows or External account to a regular Windows or External account.
Public methodRefreshAccountPropertiesFromActiveDirectory
Refreshes the values of account properties from Active Directory (e.g. email address, display name).
Public methodCode exampleSaveAccount
Saves the specified account to the underlying storage mechanism.
Public methodUpdateLastLogOnIpAddress
Update the last log on IP address of an account.
Public methodValidateAccountProperties
Checks the validity of an account's properties.
Public methodWriteUserDataValue
Writes a user data value for the specified account.
Public methodWriteUserDataValues
Writes user data values for the specified account.
Top
See Also