Свойство | Type | Description | |
---|---|---|---|
mStorage | NetSqlAzMan.Interfaces.IAzManStorage | ||
windowsIdentity | System.Security.Principal.WindowsIdentity |
Méthode | Description | |
---|---|---|
CheckAccess ( System.Operation operation ) : bool |
Checks the access [FOR Windows Users ONLY].
|
|
CheckAccess ( System.Operation operation, NetSqlAzMan customSID ) : bool |
Checks the access [FOR custom SID ONLY].
|
|
CheckAccess ( System.Operation operation, NetSqlAzMan customSID, string>.System |
Checks the access [FOR custom SID ONLY].
|
|
CheckAccess ( System.Operation operation, string>.System |
Checks the access [FOR Windows Users ONLY].
|
|
CheckAccess ( System.Operation operation, string dbUserName ) : bool |
Checks the access [FOR DB Users ONLY].
|
|
CheckAccess ( System.Operation operation, string dbUserName, string>.System |
Checks the access [FOR DB Users ONLY].
|
|
CheckAccess ( Role role ) : bool |
Checks the access [FOR Windows Users ONLY].
|
|
CheckAccess ( Role role, NetSqlAzMan customSID ) : bool |
Checks the access [FOR custom SID ONLY].
|
|
CheckAccess ( Role role, NetSqlAzMan customSID, string>.System |
Checks the access [FOR Custom SID ONLY].
|
|
CheckAccess ( Role role, string>.System |
Checks the access [FOR Windows Users ONLY].
|
|
CheckAccess ( Role role, string dbUserName ) : bool |
Checks the access [FOR DB Users ONLY].
|
|
CheckAccess ( Role role, string dbUserName, string>.System |
Checks the access [FOR DB Users ONLY].
|
|
CheckAccess ( System.Threading.Tasks.Task task ) : bool |
Checks the access [FOR Windows Users ONLY].
|
|
CheckAccess ( System.Threading.Tasks.Task task, NetSqlAzMan customSID ) : bool |
Checks the access [FOR Custom SID ONLY].
|
|
CheckAccess ( System.Threading.Tasks.Task task, NetSqlAzMan customSID, string>.System |
Checks the access [FOR Custom SID ONLY].
|
|
CheckAccess ( System.Threading.Tasks.Task task, string>.System |
Checks the access [FOR Windows Users ONLY].
|
|
CheckAccess ( System.Threading.Tasks.Task task, string dbUserName ) : bool |
Checks the access [FOR DB Users ONLY].
|
|
CheckAccess ( System.Threading.Tasks.Task task, string dbUserName, string>.System |
Checks the access [FOR DB Users ONLY].
|
|
CloseConnection ( ) : void |
Closes the connection
|
|
GetAuthorizationType ( System.Operation operation ) : NetSqlAzMan.Interfaces.AuthorizationType |
Gets the Authorization Type [FOR Windows Users ONLY].
|
|
GetAuthorizationType ( System.Operation operation, NetSqlAzMan customSID ) : NetSqlAzMan.Interfaces.AuthorizationType |
Gets the Authorization Type [FOR Custom SID ONLY].
|
|
GetAuthorizationType ( System.Operation operation, NetSqlAzMan customSID, string>.System |
Gets the Authorization Type [FOR custom SID ONLY].
|
|
GetAuthorizationType ( System.Operation operation, string>.System |
Gets the Authorization Type [FOR Windows Users ONLY].
|
|
GetAuthorizationType ( System.Operation operation, string dbUserName ) : NetSqlAzMan.Interfaces.AuthorizationType |
Gets the Authorization Type [FOR DB Users ONLY].
|
|
GetAuthorizationType ( System.Operation operation, string dbUserName, string>.System |
Gets the Authorization Type [FOR DB Users ONLY].
|
|
GetAuthorizationType ( Role role ) : NetSqlAzMan.Interfaces.AuthorizationType |
Gets the Authorization Type [FOR Windows Users ONLY].
|
|
GetAuthorizationType ( Role role, NetSqlAzMan customSID ) : NetSqlAzMan.Interfaces.AuthorizationType |
Gets the Authorization Type [FOR Custom SID ONLY].
|
|
GetAuthorizationType ( Role role, NetSqlAzMan customSID, string>.System |
Gets the Authorization Type [FOR Custom SID ONLY].
|
|
GetAuthorizationType ( Role role, string>.System |
Gets the Authorization Type [FOR Windows Users ONLY].
|
|
GetAuthorizationType ( Role role, string dbUserName ) : NetSqlAzMan.Interfaces.AuthorizationType |
Gets the Authorization Type [FOR DB Users ONLY].
|
|
GetAuthorizationType ( Role role, string dbUserName, string>.System |
Gets the Authorization Type [FOR DB Users ONLY].
|
|
GetAuthorizationType ( System.Threading.Tasks.Task task ) : NetSqlAzMan.Interfaces.AuthorizationType |
Gets the Authorization Type [FOR Windows Users ONLY].
|
|
GetAuthorizationType ( System.Threading.Tasks.Task task, NetSqlAzMan customSID ) : NetSqlAzMan.Interfaces.AuthorizationType |
Gets the Authorization Type [FOR Custom SID ONLY].
|
|
GetAuthorizationType ( System.Threading.Tasks.Task task, NetSqlAzMan customSID, string>.System |
Gets the Authorization Type [FOR custom SID ONLY].
|
|
GetAuthorizationType ( System.Threading.Tasks.Task task, string>.System |
Gets the Authorization Type [FOR Windows Users ONLY].
|
|
GetAuthorizationType ( System.Threading.Tasks.Task task, string dbUserName ) : NetSqlAzMan.Interfaces.AuthorizationType |
Gets the Authorization Type [FOR DB Users ONLY].
|
|
GetAuthorizationType ( System.Threading.Tasks.Task task, string dbUserName, string>.System |
Gets the Authorization Type [FOR DB Users ONLY].
|
|
ItemName ( System.Operation operation ) : string |
Retrieve Item name from a Operation Enum.
|
|
ItemName ( Role role ) : string |
Retrieve Item name from a Role Enum.
|
|
ItemName ( System.Threading.Tasks.Task task ) : string |
Retrieve Item name from a Task Enum.
|
|
OpenConnection ( ) : void |
Opens the connection
|
|
PSNPCheckAccess ( string storageConnectionString ) : System |
Initializes a new instance of the T:PSNPCheckAccess class [DB Users ONLY].
|
|
PSNPCheckAccess ( string storageConnectionString, System windowsIdentity ) : System |
Initializes a new instance of the T:PSNPCheckAccess class [Windows Users ONLY].
|
Méthode | Description | |
---|---|---|
CheckAccess ( string itemName, NetSqlAzMan customSID, bool operationsOnly ) : NetSqlAzMan.Interfaces.AuthorizationType |
Checks the access [FOR custom SID ONLY].
|
|
CheckAccess ( string itemName, NetSqlAzMan customSID, bool operationsOnly, string>.System |
Checks the access [FOR Custom SID ONLY].
|
|
CheckAccess ( string itemName, bool operationsOnly ) : NetSqlAzMan.Interfaces.AuthorizationType |
Checks the access [FOR Windows Users ONLY].
|
|
CheckAccess ( string itemName, bool operationsOnly, string>.System |
Checks the access [FOR Windows Users ONLY].
|
|
CheckAccess ( string itemName, string dbUserName, bool operationsOnly ) : NetSqlAzMan.Interfaces.AuthorizationType |
Checks the access [FOR DB Users ONLY].
|
|
CheckAccess ( string itemName, string dbUserName, bool operationsOnly, string>.System |
Checks the access [FOR DB Users ONLY].
|
protected CheckAccess ( string itemName, NetSqlAzMan customSID, bool operationsOnly ) : NetSqlAzMan.Interfaces.AuthorizationType | ||
itemName | string | The Item Name. |
customSID | NetSqlAzMan | The custom SID. |
operationsOnly | bool | if set to |
Résultat | NetSqlAzMan.Interfaces.AuthorizationType |
protected CheckAccess ( string itemName, NetSqlAzMan customSID, bool operationsOnly, string>.System |
||
itemName | string | The Item Name. |
customSID | NetSqlAzMan | The custom SID. |
operationsOnly | bool | if set to |
attributes | string>.System | Retrieved attributes. |
Résultat | NetSqlAzMan.Interfaces.AuthorizationType |
protected CheckAccess ( string itemName, bool operationsOnly ) : NetSqlAzMan.Interfaces.AuthorizationType | ||
itemName | string | The Item Name. |
operationsOnly | bool | if set to |
Résultat | NetSqlAzMan.Interfaces.AuthorizationType |
protected CheckAccess ( string itemName, bool operationsOnly, string>.System |
||
itemName | string | The Item Name. |
operationsOnly | bool | if set to |
attributes | string>.System | Retrieved attributes. |
Résultat | NetSqlAzMan.Interfaces.AuthorizationType |
protected CheckAccess ( string itemName, string dbUserName, bool operationsOnly ) : NetSqlAzMan.Interfaces.AuthorizationType | ||
itemName | string | The Item Name. |
dbUserName | string | The DB User Name. |
operationsOnly | bool | if set to |
Résultat | NetSqlAzMan.Interfaces.AuthorizationType |
protected CheckAccess ( string itemName, string dbUserName, bool operationsOnly, string>.System |
||
itemName | string | The Item Name. |
dbUserName | string | The DB User Name. |
operationsOnly | bool | if set to |
attributes | string>.System | Retrieved attributes. |
Résultat | NetSqlAzMan.Interfaces.AuthorizationType |
public CheckAccess ( System.Operation operation ) : bool | ||
operation | System.Operation | The Operation. |
Résultat | bool |
public CheckAccess ( System.Operation operation, NetSqlAzMan customSID ) : bool | ||
operation | System.Operation | The Operation. |
customSID | NetSqlAzMan | The custom SID. |
Résultat | bool |
public CheckAccess ( System.Operation operation, NetSqlAzMan customSID, string>.System |
||
operation | System.Operation | The Operation. |
customSID | NetSqlAzMan | The custom SID. |
attributes | string>.System | Retrieved attributes. |
Résultat | bool |
public CheckAccess ( System.Operation operation, string>.System |
||
operation | System.Operation | The Operation. |
attributes | string>.System | Retrieved attributes. |
Résultat | bool |
public CheckAccess ( System.Operation operation, string dbUserName ) : bool | ||
operation | System.Operation | The Operation. |
dbUserName | string | The DB UserName. |
Résultat | bool |
public CheckAccess ( System.Operation operation, string dbUserName, string>.System |
||
operation | System.Operation | The Operation. |
dbUserName | string | The DB UserName. |
attributes | string>.System | Retrieved attributes. |
Résultat | bool |
public CheckAccess ( Role role ) : bool | ||
role | Role | The Role. |
Résultat | bool |
public CheckAccess ( Role role, NetSqlAzMan customSID ) : bool | ||
role | Role | The Role. |
customSID | NetSqlAzMan | The custom SID. |
Résultat | bool |
public CheckAccess ( Role role, NetSqlAzMan customSID, string>.System |
||
role | Role | The Role. |
customSID | NetSqlAzMan | The custom SID. |
attributes | string>.System | Retrieved attributes. |
Résultat | bool |
public CheckAccess ( Role role, string>.System |
||
role | Role | The Role. |
attributes | string>.System | Retrieved attributes. |
Résultat | bool |
public CheckAccess ( Role role, string dbUserName ) : bool | ||
role | Role | The Role. |
dbUserName | string | The DB UserName. |
Résultat | bool |
public CheckAccess ( Role role, string dbUserName, string>.System |
||
role | Role | The Role. |
dbUserName | string | The DB UserName. |
attributes | string>.System | Retrieved attributes. |
Résultat | bool |
public CheckAccess ( System.Threading.Tasks.Task task ) : bool | ||
task | System.Threading.Tasks.Task | The Task. |
Résultat | bool |
public CheckAccess ( System.Threading.Tasks.Task task, NetSqlAzMan customSID ) : bool | ||
task | System.Threading.Tasks.Task | The Task. |
customSID | NetSqlAzMan | The Custom SID. |
Résultat | bool |
public CheckAccess ( System.Threading.Tasks.Task task, NetSqlAzMan customSID, string>.System |
||
task | System.Threading.Tasks.Task | The Task. |
customSID | NetSqlAzMan | The custom SID. |
attributes | string>.System | Retrieved attributes. |
Résultat | bool |
public CheckAccess ( System.Threading.Tasks.Task task, string>.System |
||
task | System.Threading.Tasks.Task | The Task. |
attributes | string>.System | Retrieved attributes. |
Résultat | bool |
public CheckAccess ( System.Threading.Tasks.Task task, string dbUserName ) : bool | ||
task | System.Threading.Tasks.Task | The Task. |
dbUserName | string | The DB UserName. |
Résultat | bool |
public CheckAccess ( System.Threading.Tasks.Task task, string dbUserName, string>.System |
||
task | System.Threading.Tasks.Task | The Task. |
dbUserName | string | The DB UserName. |
attributes | string>.System | Retrieved attributes. |
Résultat | bool |
public GetAuthorizationType ( System.Operation operation ) : NetSqlAzMan.Interfaces.AuthorizationType | ||
operation | System.Operation | The Operation. |
Résultat | NetSqlAzMan.Interfaces.AuthorizationType |
public GetAuthorizationType ( System.Operation operation, NetSqlAzMan customSID ) : NetSqlAzMan.Interfaces.AuthorizationType | ||
operation | System.Operation | The Operation. |
customSID | NetSqlAzMan | The Custom SID. |
Résultat | NetSqlAzMan.Interfaces.AuthorizationType |
public GetAuthorizationType ( System.Operation operation, NetSqlAzMan customSID, string>.System |
||
operation | System.Operation | The Operation. |
customSID | NetSqlAzMan | The Custom SID. |
attributes | string>.System | Retrieved attributes. |
Résultat | NetSqlAzMan.Interfaces.AuthorizationType |
public GetAuthorizationType ( System.Operation operation, string>.System |
||
operation | System.Operation | The Operation. |
attributes | string>.System | Retrieved attributes. |
Résultat | NetSqlAzMan.Interfaces.AuthorizationType |
public GetAuthorizationType ( System.Operation operation, string dbUserName ) : NetSqlAzMan.Interfaces.AuthorizationType | ||
operation | System.Operation | The Operation. |
dbUserName | string | The DB UserName. |
Résultat | NetSqlAzMan.Interfaces.AuthorizationType |
public GetAuthorizationType ( System.Operation operation, string dbUserName, string>.System |
||
operation | System.Operation | The Operation. |
dbUserName | string | The DB UserName. |
attributes | string>.System | Retrieved attributes. |
Résultat | NetSqlAzMan.Interfaces.AuthorizationType |
public GetAuthorizationType ( Role role ) : NetSqlAzMan.Interfaces.AuthorizationType | ||
role | Role | The Role. |
Résultat | NetSqlAzMan.Interfaces.AuthorizationType |
public GetAuthorizationType ( Role role, NetSqlAzMan customSID ) : NetSqlAzMan.Interfaces.AuthorizationType | ||
role | Role | The Role. |
customSID | NetSqlAzMan | The custom SID. |
Résultat | NetSqlAzMan.Interfaces.AuthorizationType |
public GetAuthorizationType ( Role role, NetSqlAzMan customSID, string>.System |
||
role | Role | The Role. |
customSID | NetSqlAzMan | The custom SID. |
attributes | string>.System | Retrieved attributes. |
Résultat | NetSqlAzMan.Interfaces.AuthorizationType |
public GetAuthorizationType ( Role role, string>.System |
||
role | Role | The Role. |
attributes | string>.System | Retrieved attributes. |
Résultat | NetSqlAzMan.Interfaces.AuthorizationType |
public GetAuthorizationType ( Role role, string dbUserName ) : NetSqlAzMan.Interfaces.AuthorizationType | ||
role | Role | The Role. |
dbUserName | string | The DB UserName. |
Résultat | NetSqlAzMan.Interfaces.AuthorizationType |
public GetAuthorizationType ( Role role, string dbUserName, string>.System |
||
role | Role | The Role. |
dbUserName | string | The DB UserName. |
attributes | string>.System | Retrieved attributes. |
Résultat | NetSqlAzMan.Interfaces.AuthorizationType |
public GetAuthorizationType ( System.Threading.Tasks.Task task ) : NetSqlAzMan.Interfaces.AuthorizationType | ||
task | System.Threading.Tasks.Task | The Task. |
Résultat | NetSqlAzMan.Interfaces.AuthorizationType |
public GetAuthorizationType ( System.Threading.Tasks.Task task, NetSqlAzMan customSID ) : NetSqlAzMan.Interfaces.AuthorizationType | ||
task | System.Threading.Tasks.Task | The Task. |
customSID | NetSqlAzMan | The Custom SID. |
Résultat | NetSqlAzMan.Interfaces.AuthorizationType |
public GetAuthorizationType ( System.Threading.Tasks.Task task, NetSqlAzMan customSID, string>.System |
||
task | System.Threading.Tasks.Task | The Task. |
customSID | NetSqlAzMan | The Custom SID. |
attributes | string>.System | Retrieved attributes. |
Résultat | NetSqlAzMan.Interfaces.AuthorizationType |
public GetAuthorizationType ( System.Threading.Tasks.Task task, string>.System |
||
task | System.Threading.Tasks.Task | The Task. |
attributes | string>.System | Retrieved attributes. |
Résultat | NetSqlAzMan.Interfaces.AuthorizationType |
public GetAuthorizationType ( System.Threading.Tasks.Task task, string dbUserName ) : NetSqlAzMan.Interfaces.AuthorizationType | ||
task | System.Threading.Tasks.Task | The Task. |
dbUserName | string | The DB UserName. |
Résultat | NetSqlAzMan.Interfaces.AuthorizationType |
public GetAuthorizationType ( System.Threading.Tasks.Task task, string dbUserName, string>.System |
||
task | System.Threading.Tasks.Task | The Task. |
dbUserName | string | The DB UserName. |
attributes | string>.System | Retrieved attributes. |
Résultat | NetSqlAzMan.Interfaces.AuthorizationType |
public ItemName ( System.Operation operation ) : string | ||
operation | System.Operation | The operation. |
Résultat | string |
public ItemName ( Role role ) : string | ||
role | Role | The role. |
Résultat | string |
public ItemName ( System.Threading.Tasks.Task task ) : string | ||
task | System.Threading.Tasks.Task | The task. |
Résultat | string |
public PSNPCheckAccess ( string storageConnectionString ) : System | ||
storageConnectionString | string | The storage connection string. |
Résultat | System |
public PSNPCheckAccess ( string storageConnectionString, System windowsIdentity ) : System | ||
storageConnectionString | string | The storage connection string. |
windowsIdentity | System | The Windows Principal Identity. |
Résultat | System |
protected IAzManStorage,NetSqlAzMan.Interfaces mStorage | ||
Résultat | NetSqlAzMan.Interfaces.IAzManStorage |