View Source
Class Constants.Security
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public static class Security
Fields
View Source
AdminGroupAlias
Declaration
public const string AdminGroupAlias = "admin"
Field Value
Type |
Description |
System.String |
|
View Source
AllowedApplicationsClaimType
Declaration
public const string AllowedApplicationsClaimType = "http://umbraco.org/2015/02/identity/claims/backoffice/allowedapp"
Field Value
Type |
Description |
System.String |
|
View Source
BackOfficeAuthenticationType
Declaration
public const string BackOfficeAuthenticationType = "UmbracoBackOffice"
Field Value
Type |
Description |
System.String |
|
View Source
BackOfficeExternalAuthenticationType
Declaration
public const string BackOfficeExternalAuthenticationType = "UmbracoExternalCookie"
Field Value
Type |
Description |
System.String |
|
View Source
BackOfficeExternalAuthenticationTypePrefix
The prefix used for external identity providers for their authentication type
Declaration
public const string BackOfficeExternalAuthenticationTypePrefix = "Umbraco."
Field Value
Type |
Description |
System.String |
|
View Source
BackOfficeExternalCookieName
Declaration
public const string BackOfficeExternalCookieName = "UMB_EXTLOGIN"
Field Value
Type |
Description |
System.String |
|
View Source
BackOfficeExternalLoginOptionsProperty
Declaration
public const string BackOfficeExternalLoginOptionsProperty = "UmbracoBackOfficeExternalLoginOptions"
Field Value
Type |
Description |
System.String |
|
View Source
BackOfficeTokenAuthenticationType
Declaration
public const string BackOfficeTokenAuthenticationType = "UmbracoBackOfficeToken"
Field Value
Type |
Description |
System.String |
|
View Source
BackOfficeTwoFactorAuthenticationType
Declaration
public const string BackOfficeTwoFactorAuthenticationType = "UmbracoTwoFactorCookie"
Field Value
Type |
Description |
System.String |
|
View Source
EditorGroupAlias
Declaration
public const string EditorGroupAlias = "editor"
Field Value
Type |
Description |
System.String |
|
View Source
SensitiveDataGroupAlias
Declaration
public const string SensitiveDataGroupAlias = "sensitiveData"
Field Value
Type |
Description |
System.String |
|
View Source
SessionIdClaimType
Declaration
public const string SessionIdClaimType = "http://umbraco.org/2015/02/identity/claims/backoffice/sessionid"
Field Value
Type |
Description |
System.String |
|
View Source
StartContentNodeIdClaimType
Declaration
public const string StartContentNodeIdClaimType = "http://umbraco.org/2015/02/identity/claims/backoffice/startcontentnode"
Field Value
Type |
Description |
System.String |
|
View Source
Declaration
public const string StartMediaNodeIdClaimType = "http://umbraco.org/2015/02/identity/claims/backoffice/startmedianode"
Field Value
Type |
Description |
System.String |
|
View Source
SuperUserId
Gets the identifier of the 'super' user.
Declaration
public const int SuperUserId = -1
Field Value
Type |
Description |
System.Int32 |
|
View Source
TranslatorGroupAlias
Declaration
public const string TranslatorGroupAlias = "translator"
Field Value
Type |
Description |
System.String |
|
View Source
UnknownUserId
The id for the 'unknown' user.
Declaration
public const int UnknownUserId = 0
Field Value
Type |
Description |
System.Int32 |
|
View Source
UnknownUserName
The name of the 'unknown' user.
Declaration
public const string UnknownUserName = "SYSTEM"
Field Value
Type |
Description |
System.String |
|
View Source
UserMembershipProviderName
Declaration
public const string UserMembershipProviderName = "UsersMembershipProvider"
Field Value
Type |
Description |
System.String |
|
View Source
WriterGroupAlias
Declaration
public const string WriterGroupAlias = "writer"
Field Value
Type |
Description |
System.String |
|