Show / Hide Table of Contents

Interface ConfigFile.ISuperIdConfiguration

Configuration values for accessing SuperId Created in Database scope

Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.ISuperIdConfiguration

Properties

Environment

Environment in SuperId

Declaration
string Environment { get; set; }
Property Value
Type Description
string

TenantId

TenantId in SuperId

Declaration
int TenantId { get; set; }
Property Value
Type Description
int

TenantKey

A shared secret between SuperId and netserver

Declaration
string TenantKey { get; set; }
Property Value
Type Description
string

Url

Url to SuperId

Declaration
string Url { get; set; }
Property Value
Type Description
string

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top