Class ConfigFile.SuperId
Configuration values for accessing SuperId
Inherited Members
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class 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 |
---|---|
Int32 |
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 |