KeyReference Class
Namespace: Yubico.YubiKey.Scp Assembly: Yubico.YubiKey.dllRepresents a reference to a cryptographic key stored on the YubiKey.
C#
public class KeyReference : Object
Inheritance
System.Object
KeyReference
Properties
Name | Description |
---|---|
GetBytes | Returns a span of bytes that represent the key reference. |
Id | The Key Id (KID) of the key. |
VersionNumber | The Key Version Number (KVN) of the key. |
Methods
Name | Description |
---|---|
Create(Byte, Byte) | Initializes a new instance of the KeyReference class. |
Equals(Object) | |
GetHashCode() | |
ToString() | Returns a string that represents the current object. |