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 secret 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 ClientSecret { get; set; }
public:
property String^ ClientSecret {
String^ get();
void set(String^ value);
}
member ClientSecret : string with get, set
Public Property ClientSecret As String
Property Value
Type: System.String
Returns String.
See Also
MicrosoftAccountAuthenticationOptions Class
Microsoft.Owin.Security.MicrosoftAccount Namespace
Return to top