Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The application client ID assigned by the Microsoft authentication service.
Namespace: Microsoft.Owin.Security.MicrosoftAccount
Assembly: Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)
Syntax
public string ClientId { get; set; }
public:
property String^ ClientId {
String^ get();
void set(String^ value);
}
member ClientId : string with get, set
Public Property ClientId As String
Property Value
Type: System.String
Returns String.
See Also
MicrosoftAccountAuthenticationOptions Class
Microsoft.Owin.Security.MicrosoftAccount Namespace
Return to top