Show / Hide Table of Contents

AuthProtocol Property

AuthProtocol

The PIN protocol to use for all operations on this session instance.

C#
public PinUvAuthProtocolBase AuthProtocol { get; }

Property Value

Type Description
PinUvAuthProtocolBase

Remarks

By default, the SDK will ask the YubiKey for its preferred protocol and will instantiate the appropriate protocol object. A user can also override the YubiKey's choice and provide their own protocol instance by calling the SetAuthProtocol(PinUvAuthProtocolBase) method on the session class.

This property's value will always point to the auth protocol that is currently being used by the session.

In this article
Back to top Generated by DocFX