AzureActiveDirectoryOpenIdConnectAuthenticatedContext::IsValidated Property
Gets whether the user identity has been validated successfully.
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::Booleantrue if the user identity has been validated successfully; otherwise, false.
Show: