Table of Contents

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

DerObjectIdentifier

Value

Return the value contained in this control object.

Asn1Encodable Value { get; }

Property Value

Asn1Encodable