IServiceConfiguration<TService>.CurrentIssuer Property
Applies To: Dynamics CRM 2015
Gets or sets the endpoint used by the Secure Token Service (STS) to issue the trusted token.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
IssuerEndpoint CurrentIssuer { get; set; }
property IssuerEndpoint^ CurrentIssuer {
IssuerEndpoint^ get();
void set(IssuerEndpoint^ value);
}
abstract CurrentIssuer : IssuerEndpoint with get, set
Property CurrentIssuer As IssuerEndpoint
Property Value
Type: Microsoft.Xrm.Sdk.Client.IssuerEndpoint
Type: IssuerEndpoint
The endpoint used by the Secure Token Service (STS) to issue the trusted token.
Remarks
The CurrentServiceEndpoint must be set and the service configured for federated claims.
See Also
IServiceConfiguration<TService> Interface
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright