SecurityTokenResponse.EndpointType Property

Definition

Gets or sets the type of endpoint that the security token applies to.

public:
 property Microsoft::Xrm::Sdk::Client::TokenServiceCredentialType EndpointType { Microsoft::Xrm::Sdk::Client::TokenServiceCredentialType get(); void set(Microsoft::Xrm::Sdk::Client::TokenServiceCredentialType value); };
public Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType EndpointType { get; set; }
member this.EndpointType : Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType with get, set
Public Property EndpointType As TokenServiceCredentialType

Property Value

The endpoint type.

Applies to