Class RegTokenControl
- Namespace
- Org.BouncyCastle.Crmf
- Assembly
- BouncyCastle.Cryptography.dll
public class RegTokenControl : IControl
- Inheritance
-
RegTokenControl
- Implements
- Inherited Members
Constructors
RegTokenControl(DerUtf8String)
Basic constructor - build from a UTF-8 string representing the token.
public RegTokenControl(DerUtf8String token)
Parameters
tokenDerUtf8StringUTF-8 string representing the token.
RegTokenControl(string)
Basic constructor - build from a string representing the token.
public RegTokenControl(string token)
Parameters
tokenstringstring representing the token.
Properties
Type
Return the type of this control.
public DerObjectIdentifier Type { get; }
Property Value
- DerObjectIdentifier
CRMFObjectIdentifiers.id_regCtrl_regToken
Value
Return the token associated with this control (a UTF8String).
public Asn1Encodable Value { get; }
Property Value
- Asn1Encodable
a UTF8String.