Show / Hide Table of Contents

TryConnectScp03 Method

TryConnectScp03(YubiKeyApplication, StaticKeys, out IScp03YubiKeyConnection)

C#
[Obsolete("Use new Scp")]
public bool TryConnectScp03(YubiKeyApplication application, StaticKeys scp03Keys, out IScp03YubiKeyConnection connection)

Parameters

Type Name Description
YubiKeyApplication application
StaticKeys scp03Keys
IScp03YubiKeyConnection connection

Returns

bool

Implements

IYubiKeyDevice.TryConnectScp03(YubiKeyApplication, StaticKeys, out IScp03YubiKeyConnection)

TryConnectScp03(byte[], StaticKeys, out IScp03YubiKeyConnection)

C#
[Obsolete("Use new Scp")]
public bool TryConnectScp03(byte[] applicationId, StaticKeys scp03Keys, out IScp03YubiKeyConnection connection)

Parameters

Type Name Description
byte[] applicationId
StaticKeys scp03Keys
IScp03YubiKeyConnection connection

Returns

bool

Implements

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