Class SecurityConstants
Константы пространства имен
Inheritance
System.Object
SecurityConstants
Namespace:InfinniPlatform.Security
Assembly:InfinniPlatform.Core.Abstractions.dll
Syntax
public static class SecurityConstants : object
Fields
| Improve this Doc View SourceAnonymousUserTenantId
Идентификатор организации для анонимных пользователей (пользователей, не прошедших аутентификацию).
Declaration
public const string AnonymousUserTenantId = null
Field Value
Type | Description |
---|---|
System.String |
SystemUserTenantId
Идентификатор организации для системных пользователей.
Declaration
public const string SystemUserTenantId = null
Field Value
Type | Description |
---|---|
System.String |
UndefinedUserTenantId
Идентификатор организации для пользователей с неопределенной организацией.
Declaration
public const string UndefinedUserTenantId = null
Field Value
Type | Description |
---|---|
System.String |