SecurityTokenResponse.EndpointType Property
Applies To: Dynamics CRM 2015
Gets or sets the type of endpoint that the security token applies to.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public TokenServiceCredentialType EndpointType { get; set; }
public:
property TokenServiceCredentialType EndpointType {
TokenServiceCredentialType get();
void set(TokenServiceCredentialType value);
}
member EndpointType : TokenServiceCredentialType with get, set
Public Property EndpointType As TokenServiceCredentialType
Property Value
Type: Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType
Type: TokenServiceCredentialType
The endpoint type.
See Also
SecurityTokenResponse Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright