TokenEndpointRequestCustomExtension.Parameters Property

Gets or sets the interface of the readable string collection for the TokenEndpointRequestCustomExtension.

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

Syntax

'Declaration
Public Property Parameters As IReadableStringCollection 
    Get 
    Set
'Usage
Dim instance As TokenEndpointRequestCustomExtension 
Dim value As IReadableStringCollection 

value = instance.Parameters

instance.Parameters = value
public IReadableStringCollection Parameters { get; set; }
public:
property IReadableStringCollection^ Parameters {
    IReadableStringCollection^ get ();
    void set (IReadableStringCollection^ value);
}
member Parameters : IReadableStringCollection with get, set
function get Parameters () : IReadableStringCollection 
function set Parameters (value : IReadableStringCollection)

Property Value

Type: Microsoft.Owin.IReadableStringCollection
The interface of the readable string collection for the TokenEndpointRequestCustomExtension.

See Also

Reference

TokenEndpointRequestCustomExtension Class

Microsoft.Owin.Security.OAuth.Messages Namespace