Class YubiKeyResponse.ResponseStatusPair
Represents a ResponseStatus and StatusMessage pair returned by StatusCodeMap.
protected sealed class YubiKeyResponse.ResponseStatusPair
- Inheritance
-
objectYubiKeyResponse.ResponseStatusPair
Constructors
ResponseStatusPair(ResponseStatus, string)
public ResponseStatusPair(ResponseStatus status, string statusMessage)
Parameters
status
ResponseStatusstatusMessage
string
Properties
Status
public ResponseStatus Status { get; }
Property Value
StatusMessage
public string StatusMessage { get; }
Property Value
- string