Share via


WebAuthenticatorResult.Put(String, String) Method

Definition

Puts a key/value pair into the dictionary.

public:
 void Put(System::String ^ key, System::String ^ value);
public void Put (string key, string value);
member this.Put : string * string -> unit
Public Sub Put (key As String, value As String)

Parameters

key
String
value
String

Applies to