Share via


MicrosoftAccountAuthenticationOptions.ClientSecret Property

 

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