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
tokenDerUtf8StringUTF-8 string representing the token.
AuthenticatorControl(string)
Basic constructor - build from a string representing the token.
public AuthenticatorControl(string token)
Parameters
tokenstringstring representing the token.
Properties
Type
Return the type of this control.
public DerObjectIdentifier Type { get; }
Property Value
Value
Return the token associated with this control (a UTF8String).
public Asn1Encodable Value { get; }