KeyValueDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Key Value data transfer object
public class KeyValueDto
Inheritance Object → KeyValueDto
Properties
Key
Returns the key
public string Key { get; }
Property Value
Value
Return the value
public string Value { get; }
Property Value
Constructors
KeyValueDto(Claim)
Constructor
public KeyValueDto(Claim claim)
Parameters
claim
Claim
A security claim
KeyValueDto(KeyValuePair<String, String>)
Constructor
public KeyValueDto(KeyValuePair<string, string> keyValuePair)
Parameters
keyValuePair
KeyValuePair<String, String>
A key value pair