<PackageReference Include="BouncyCastle.Cryptography" Version="2.0.0" />

AuthenticatorControl

Carrier for an authenticator control.
public DerObjectIdentifier Type { get; }

Return the type of this control.

public Asn1Encodable Value { get; }

Return the token associated with this control (a UTF8String).

Basic constructor - build from a UTF-8 string representing the token.

public AuthenticatorControl(string token)

Basic constructor - build from a string representing the token.