Share via


IssuerEndpoint.CredentialType Property

 

Applies To: Dynamics CRM 2015

Gets or sets the type of credentials the endpoint supports.

Namespace:   Microsoft.Xrm.Sdk.Client
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

public TokenServiceCredentialType CredentialType { get; set; }
public:
property TokenServiceCredentialType CredentialType {
    TokenServiceCredentialType get();
    void set(TokenServiceCredentialType value);
}
member CredentialType : TokenServiceCredentialType with get, set
Public Property CredentialType As TokenServiceCredentialType

Property Value

Type: Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType

Type: TokenServiceCredentialType
The type of credentials the endpoint supports.

See Also

IssuerEndpoint Class
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright