IServiceConfiguration<TService>.AuthenticationType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the type of authentication in use by the identity provider of the service.
public:
property Microsoft::Xrm::Sdk::Client::AuthenticationProviderType AuthenticationType { Microsoft::Xrm::Sdk::Client::AuthenticationProviderType get(); };
public Microsoft.Xrm.Sdk.Client.AuthenticationProviderType AuthenticationType { get; }
member this.AuthenticationType : Microsoft.Xrm.Sdk.Client.AuthenticationProviderType
Public ReadOnly Property AuthenticationType As AuthenticationProviderType
Property Value
The type of authentication being used.