OnlineIdAuthenticator.ApplicationId 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.
Returns the ID of the application as a GUID.
Note
If you are developing for Windows 10 or greater, use the Windows.Security.Authentication.Web.Core APIs instead. For more information, see Web account manager.
public:
property Platform::Guid ApplicationId { Platform::Guid get(); void set(Platform::Guid value); };
winrt::guid ApplicationId();
void ApplicationId(winrt::guid value);
public Guid ApplicationId { get; set; }
var guid = onlineIdAuthenticator.applicationId;
onlineIdAuthenticator.applicationId = guid;
Public Property ApplicationId As Guid
Property Value
The ID of the application.
Remarks
This ID is not necessary for UWP app.