summary refs log tree commit diff
path: root/crypto/test/src/crmf/test/CrmfTest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/test/src/crmf/test/CrmfTest.cs')
-rw-r--r--crypto/test/src/crmf/test/CrmfTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/src/crmf/test/CrmfTest.cs b/crypto/test/src/crmf/test/CrmfTest.cs
index f900e0879..50445d363 100644
--- a/crypto/test/src/crmf/test/CrmfTest.cs
+++ b/crypto/test/src/crmf/test/CrmfTest.cs
@@ -150,7 +150,7 @@ namespace Org.BouncyCastle.Crmf.Tests
                 CrmfObjectIdentifiers.id_regCtrl_pkiArchiveOptions);
             IsEquals("Archive type", PkiArchiveControl.encryptedPrivKey, archiveControl.ArchiveType);
 
-            IsTrue(archiveControl.EnvelopedData);
+            IsTrue(archiveControl.IsEnvelopedData());
             RecipientInformationStore recips = archiveControl.GetEnvelopedData().GetRecipientInfos();
 
             var collection = recips.GetRecipients();