AzureActiveDirectoryOpenIdConnectAuthenticationOptions::Provider Property
Gets or sets the IAzureActiveDirectoryOpenIdConnectAuthenticationProvider used to handle authentication events.
Assembly: Microsoft.WindowsAzure.Mobile.Service.Security (in Microsoft.WindowsAzure.Mobile.Service.Security.dll)
public: property IAzureActiveDirectoryOpenIdConnectAuthenticationProvider^ Provider { [CompilerGeneratedAttribute] IAzureActiveDirectoryOpenIdConnectAuthenticationProvider^ get(); [CompilerGeneratedAttribute] void set(IAzureActiveDirectoryOpenIdConnectAuthenticationProvider^ value); }
Property Value
Type: Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory::IAzureActiveDirectoryOpenIdConnectAuthenticationProvider^The IAzureActiveDirectoryOpenIdConnectAuthenticationProvider used to handle authentication events.
Show: