Property | Type | Description | |
---|---|---|---|
Error | string | ||
Folders | List |
||
Identity | System.Security.Principal.WindowsIdentity | ||
Name | string | ||
Security | |||
SecurityGroups | List |
||
Warning | string | ||
WebPassword | string | ||
WebPrincipal | IPrincipal | ||
WebUserName | string |
Method | Description | |
---|---|---|
AddDefaultSecurityGroup ( ) : void | ||
AddSecurityGroup ( string name ) : void | ||
AddWindowsGroupToSecurityGroup ( bool skipDomainName, string ADcontextType ) : void | ||
Authenticate ( ) : void | ||
CanEditColumn ( |
||
FindSecurityFolder ( string folder ) : |
||
SecurityUser ( |
||
SetDefaultCulture ( string culture ) : void | ||
SetDefaultLogoName ( string logoName ) : void | ||
SetDefaultTheme ( string theme ) : void | ||
SetGroupConfiguration ( |
Method | Description | |
---|---|---|
GetWindowsGroupsUsingAD ( string contextType ) : List |
||
GetWindowsGroupsUsingWindowsIdentity ( ) : List |
||
InitSecurityColumnRights ( ) : void |
public AddSecurityGroup ( string name ) : void | ||
name | string | |
return | void |
public AddWindowsGroupToSecurityGroup ( bool skipDomainName, string ADcontextType ) : void | ||
skipDomainName | bool | |
ADcontextType | string | |
return | void |
public CanEditColumn ( |
||
column | ||
return | bool |
public FindSecurityFolder ( string folder ) : |
||
folder | string | |
return |
public SecurityUser ( |
||
security | ||
return | System |
public SetDefaultCulture ( string culture ) : void | ||
culture | string | |
return | void |
public SetDefaultLogoName ( string logoName ) : void | ||
logoName | string | |
return | void |
public SetDefaultTheme ( string theme ) : void | ||
theme | string | |
return | void |
public SetGroupConfiguration ( |
||
group | ||
return | void |
public WindowsIdentity,System.Security.Principal Identity | ||
return | System.Security.Principal.WindowsIdentity |