6 lines
269 B
C#
6 lines
269 B
C#
namespace xIdentityService.Constants {
|
|
public partial struct ConfigurationNodeNames {
|
|
public const string XPROXY_CONFIGURATION_NODE_NAME = "ProxyConfiguration";
|
|
public const string IDENTITY_SERVICE_NODE_NAME = "IdentityServiceConfiguration";
|
|
}
|
|
} |