IssuerEndpoint.CredentialType Property

Definition

Gets or sets the type of credentials the endpoint supports.

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

Property Value

The type of credentials the endpoint supports.

Applies to