From 82a9f9936cf5fe53f142c419fae1cbb2d4dfb404 Mon Sep 17 00:00:00 2001 From: Megan Woods Date: Tue, 15 Jan 2019 14:57:44 +1100 Subject: Missing from previous commit --- crypto/src/crmf/IControl.cs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'crypto/src') diff --git a/crypto/src/crmf/IControl.cs b/crypto/src/crmf/IControl.cs index 3601633a4..14fcc2cd3 100644 --- a/crypto/src/crmf/IControl.cs +++ b/crypto/src/crmf/IControl.cs @@ -6,11 +6,19 @@ using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crmf { - + /// + /// Generic interface for a CertificateRequestMessage control value. + /// public interface IControl { + /// + /// Return the type of this control. + /// DerObjectIdentifier Type { get; } + /// + /// Return the value contained in this control object. + /// Asn1Encodable Value { get; } } } -- cgit 1.5.1