Table of Contents

Class AuthenticatorControl

Namespace
Org.BouncyCastle.Crmf
Assembly
BouncyCastle.Cryptography.dll

Carrier for an authenticator control.

public class AuthenticatorControl : IControl
Inheritance
AuthenticatorControl
Implements
Inherited Members

Constructors

AuthenticatorControl(DerUtf8String)

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

public AuthenticatorControl(DerUtf8String token)

Parameters

token DerUtf8String

UTF-8 string representing the token.

AuthenticatorControl(string)

Basic constructor - build from a string representing the token.

public AuthenticatorControl(string token)

Parameters

token string

string representing the token.

Properties

Type

Return the type of this control.

public DerObjectIdentifier Type { get; }

Property Value

DerObjectIdentifier

Value

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

public Asn1Encodable Value { get; }

Property Value

Asn1Encodable