FederatedAuthenticationProviderTenantNameClaimType Property |
Gets the claim type corresponding to the name of the tenant to associate with new, auto-created accounts. The default value is .
Namespace:
Dundas.BI.AccountServices.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic string TenantNameClaimType { get; }Public ReadOnly Property TenantNameClaimType As String
Get
public:
property String^ TenantNameClaimType {
String^ get ();
}member TenantNameClaimType : string with get
Property Value
Type:
String
See Also