AzureActiveDirectoryOpenIdConnectAuthenticationOptions::Provider Property

 

Gets or sets the IAzureActiveDirectoryOpenIdConnectAuthenticationProvider used to handle authentication events.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory
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);
}
Return to top
Show: