AzureActiveDirectoryOpenIdConnectAuthenticatedContext::IsValidated Property

 

Gets whether the user identity has been validated successfully.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Security (in Microsoft.WindowsAzure.Mobile.Service.Security.dll)

public:
property bool IsValidated {
	[CompilerGeneratedAttribute]
	bool get();
	[CompilerGeneratedAttribute]
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the user identity has been validated successfully; otherwise, false.

Return to top
Show: