Show / Hide Table of Contents

ConnectScp03 Method

ConnectScp03(YubiKeyApplication, StaticKeys)

C#
[Obsolete("Use new Scp")]
public IScp03YubiKeyConnection ConnectScp03(YubiKeyApplication application, StaticKeys scp03Keys)

Parameters

Type Name Description
YubiKeyApplication application
StaticKeys scp03Keys

Returns

IScp03YubiKeyConnection

Implements

IYubiKeyDevice.ConnectScp03(YubiKeyApplication, StaticKeys)

ConnectScp03(byte[], StaticKeys)

C#
[Obsolete("Use new Scp")]
public IScp03YubiKeyConnection ConnectScp03(byte[] applicationId, StaticKeys scp03Keys)

Parameters

Type Name Description
byte[] applicationId
StaticKeys scp03Keys

Returns

IScp03YubiKeyConnection

Implements

IYubiKeyDevice.ConnectScp03(byte[], StaticKeys)
In this article
Back to top Generated by DocFX