Interface IControl
- Namespace
- Org.BouncyCastle.Crmf
- Assembly
- BouncyCastle.Cryptography.dll
Generic interface for a CertificateRequestMessage control value.
public interface IControl
Properties
Type
Return the type of this control.
DerObjectIdentifier Type { get; }
Property Value
Value
Return the value contained in this control object.
Asn1Encodable Value { get; }