OAuthValidateClientAuthenticationContext.Parameters Property

 

Gets the set of form parameters from the request.

Namespace:   Microsoft.Owin.Security.OAuth
Assembly:  Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)

Syntax

public IReadableStringCollection Parameters { get; private set; }
public:
property IReadableStringCollection^ Parameters {
    IReadableStringCollection^ get();
    private: void set(IReadableStringCollection^ value);
}
member Parameters : IReadableStringCollection with get, private set
Public Property Parameters As IReadableStringCollection
    Get
    Private Set
End Property

Property Value

Type: Microsoft.Owin.IReadableStringCollection

Returns IReadableStringCollection.

See Also

OAuthValidateClientAuthenticationContext Class
Microsoft.Owin.Security.OAuth Namespace

Return to top