IssuerEndpointDictionary.GetIssuerEndpoint(TokenServiceCredentialType) Method
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.
Obtains the issuer endpoint from a Secure Token Service.
public:
Microsoft::Xrm::Sdk::Client::IssuerEndpoint ^ GetIssuerEndpoint(Microsoft::Xrm::Sdk::Client::TokenServiceCredentialType credentialType);
public Microsoft.Xrm.Sdk.Client.IssuerEndpoint GetIssuerEndpoint (Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType credentialType);
member this.GetIssuerEndpoint : Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType -> Microsoft.Xrm.Sdk.Client.IssuerEndpoint
Public Function GetIssuerEndpoint (credentialType As TokenServiceCredentialType) As IssuerEndpoint
Parameters
- credentialType
- TokenServiceCredentialType
Specifies the credential type used by the issuer endpoint.
Returns
The issuer endpoint from a Secure Token Service.