Show / Hide Table of Contents

TryConnectScp03 Method

TryConnectScp03(YubiKeyApplication, StaticKeys, out IScp03YubiKeyConnection)

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

Parameters

Type Name Description
YubiKeyApplication application
StaticKeys scp03Keys
IScp03YubiKeyConnection connection

Returns

bool

TryConnectScp03(byte[], StaticKeys, out IScp03YubiKeyConnection)

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

Parameters

Type Name Description
byte[] applicationId
StaticKeys scp03Keys
IScp03YubiKeyConnection connection

Returns

bool

In this article
Back to top Generated by DocFX