AuthenticationProperties.SetString(String, 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.
Set or remove a string value from the Items collection.
public:
 void SetString(System::String ^ key, System::String ^ value);
	public void SetString(string key, string? value);
	public void SetString(string key, string value);
	member this.SetString : string * string -> unit
	Public Sub SetString (key As String, value As String)
	Parameters
- key
 - String
 
Property key.
- value
 - String
 
Value to set or null to remove the property.