FederatedAuthenticationProviderAccountNamePrefix Property |
Gets an optional prefix to use when determining the account name. If specified, the prefix will be
prepended to whatever account name is extracted from the claims. The default value is inherited from the protocol.
Namespace:
Dundas.BI.AccountServices.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public string? AccountNamePrefix { get; }
Public ReadOnly Property AccountNamePrefix As String
Get
public:
property String^ AccountNamePrefix {
String^ get ();
}
member AccountNamePrefix : string with get
Property Value
Type:
StringSee Also