List of protected accounts. See the class ProtectedAccount and see the property ProtectedAccounts of the UserLockServer class to see how to retrieve such a list.
More...
Inherits List< ProtectedAccount >.
|
static bool | IsTemporaryName (string s) |
| Determines if the account name in parameter is a temporary name.
|
|
List of protected accounts. See the class ProtectedAccount and see the property ProtectedAccounts of the UserLockServer class to see how to retrieve such a list.
◆ FindAccount()
Find a protected account in the list.
- Parameters
-
identifer | Identifer of the protected account. |
- Returns
- Returns a ProtectedAccount instance if the account was found. Returns null otherwise.
◆ IsTemporaryName()
static bool IsTemporaryName |
( |
string | s | ) |
|
|
static |
Determines if the account name in parameter is a temporary name.
- Parameters
-
- Returns
- True if the account name in parameter is a temporary name.