FederatedAuthenticationProviderCustomAttributeClaimTypeMapping Property |
Gets the custom attribute claim type mapping.
Namespace:
Dundas.BI.AccountServices.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic IReadOnlyDictionary<Guid, string> CustomAttributeClaimTypeMapping { get; }Public ReadOnly Property CustomAttributeClaimTypeMapping As IReadOnlyDictionary(Of Guid, String)
Get
public:
property IReadOnlyDictionary<Guid, String^>^ CustomAttributeClaimTypeMapping {
IReadOnlyDictionary<Guid, String^>^ get ();
}member CustomAttributeClaimTypeMapping : IReadOnlyDictionary<Guid, string> with get
Property Value
Type:
IReadOnlyDictionaryGuid,
String
A dictionary whose keys are custom attribute IDs, and values are the corresponding claim types whose
values should be assigned to the corresponding custom attribute in the logon session.
See Also