Aracılığıyla paylaş


IssuerEndpointDictionary.GetIssuerEndpoint(TokenServiceCredentialType) Method

Definition

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.

Applies to