ChangePinResponse Class
Namespace: Yubico.YubiThis is the partner response class to the Change
C#
public class ChangePinResponse : Fido2Response, IYubiKeyResponse
Implements
Remarks
Note that this response has no data to return (there is no GetData
method). If the PIN is successfully changed, the CtapResponseStatus.Success
. If the PIN is not
changed, the Status
property will indicate the error.
Constructors
Name | Description |
---|---|
Change |
Constructs a new instance of the
Change |