Class ConfigFile.SuperId
Configuration values for accessing SuperId
Inherited Members
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class ConfigFile.SuperId
Properties
Environment
Environment in SuperId
Declaration
public static string Environment { get; set; }
Property Value
Type | Description |
---|---|
string |
TenantId
TenantId in SuperId
Declaration
public static int TenantId { get; set; }
Property Value
Type | Description |
---|---|
int |
TenantKey
A shared secret between SuperId and netserver
Declaration
public static string TenantKey { get; set; }
Property Value
Type | Description |
---|---|
string |
Url
Url to SuperId
Declaration
public static string Url { get; set; }
Property Value
Type | Description |
---|---|
string |