Scp03KeyParameters Class
Namespace: Yubico.YubiKey.Scp Assembly: Yubico.YubiKey.dllRepresents the parameters for a Secure Channel Protocol 03 (SCP03) key.
C#
public sealed class Scp03KeyParameters : ScpKeyParameters, IDisposable
Implements
System.IDisposable
Constructors
Name | Description |
---|---|
Scp03KeyParameters(Byte, Byte, StaticKeys) | Creates a new instance of Scp03KeyParameters, representing the parameters for a Secure Channel Protocol 03 (SCP03) key. |
Scp03KeyParameters(KeyReference, StaticKeys) | Creates a new instance of Scp03KeyParameters, representing the parameters for a Secure Channel Protocol 03 (SCP03) key. |
Properties
Name | Description |
---|---|
DefaultKey | Gets the default SCP03 key parameters using the default key identifier and static keys. |
StaticKeys | The static keys shared with the device when initiating the connection. |
Methods
Name | Description |
---|---|
Dispose() | This will clear all references and sensitive buffers |
FromStaticKeys(StaticKeys) | Creates a new instance of Scp03KeyParameters, representing the parameters for a Secure Channel Protocol 03 (SCP03) key, using the standard SCP03 key identifier and the given static keys. |