Method | Description | |
---|---|---|
ApplyFilters ( |
Applies the filters to the accounts.
|
|
ApplyFilters ( |
Applies the filters to the account
|
|
CompareTo ( object obj ) : int |
Compares the obj.
|
|
Create ( string identityName ) : |
Creates an account info object from an identity name.
|
|
CreateUser ( string username, string password ) : |
Creates a new NT user account.
|
|
GetAccessRuleSource ( |
Returns the directory that is the source for the specified access rule.
|
|
GetApplicationRights ( Opc accessType, FileSystemRights accessRights ) : ApplicationAccessRight |
Returns the application rights implied by the file system rights.
|
|
GetIdentityReference ( ) : |
Returns the identity reference for the account.
|
|
LookupAccountSid ( string accountName ) : string |
Queries the SID table for the specified account name.
|
|
LookupDomainSid ( string domainName ) : string |
Queries the SID table for the specified account name.
|
|
Query ( |
Queries the account table for the specified accounts.
|
|
ToString ( ) : string |
Method | Description | |
---|---|---|
NetUserAdd ( [ servername, int level, |
||
NetUserSetInfo ( [ servername, [ username, int level, |
public static ApplyFilters ( |
||
filters | ||
accounts | IList |
|
return | IList |
public ApplyFilters ( |
||
filters | ||
return | bool |
public static Create ( string identityName ) : |
||
identityName | string | |
return |
public static CreateUser ( string username, string password ) : |
||
username | string | |
password | string | |
return |
public static GetAccessRuleSource ( |
||
file | ||
inheritedRule | ||
return |
public static GetApplicationRights ( Opc accessType, FileSystemRights accessRights ) : ApplicationAccessRight | ||
accessType | Opc | |
accessRights | FileSystemRights | |
return | ApplicationAccessRight |
public GetIdentityReference ( ) : |
||
return |
public static LookupAccountSid ( string accountName ) : string | ||
accountName | string | |
return | string |
public static LookupDomainSid ( string domainName ) : string | ||
domainName | string | |
return | string |
public static Query ( |
||
filters | ||
return | IList |