IServiceConfiguration<TService>.CurrentIssuer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the endpoint used by the Secure Token Service (STS) to issue the trusted token.
public:
property Microsoft::Xrm::Sdk::Client::IssuerEndpoint ^ CurrentIssuer { Microsoft::Xrm::Sdk::Client::IssuerEndpoint ^ get(); void set(Microsoft::Xrm::Sdk::Client::IssuerEndpoint ^ value); };
public Microsoft.Xrm.Sdk.Client.IssuerEndpoint CurrentIssuer { get; set; }
member this.CurrentIssuer : Microsoft.Xrm.Sdk.Client.IssuerEndpoint with get, set
Public Property CurrentIssuer As IssuerEndpoint
Property Value
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.