AuthenticationProperties.GetParameter<T>(String) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a parameter from the Parameters collection.
public:
generic <typename T>
 T GetParameter(System::String ^ key);public T? GetParameter<T>(string key);public T GetParameter<T>(string key);member this.GetParameter : string -> 'TPublic Function GetParameter(Of T) (key As String) As TType Parameters
- T
Parameter type.
Parameters
- key
- String
Parameter key.
Returns
Retrieved value or the default value if the property is not set.