IdentityProvider.IdentityProviderType Property
Applies To: Dynamics CRM 2015
The type of identity provider used by an endpoint.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public IdentityProviderType IdentityProviderType { get; set; }
public:
property IdentityProviderType IdentityProviderType {
IdentityProviderType get();
void set(IdentityProviderType value);
}
member IdentityProviderType : IdentityProviderType with get, set
Public Property IdentityProviderType As IdentityProviderType
Property Value
Type: Microsoft.Xrm.Sdk.Client.IdentityProviderType
Type: IdentityProviderType
The identity provider type. Value = 0 (ADFS), 1 (LiveId), 2 (OrgId).
See Also
IdentityProvider Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright