summary refs log tree commit diff
path: root/crypto/src/cms/Pkcs7ProcessableObject.cs
diff options
context:
space:
mode:
authorAlexander Scheel <alexander.scheel@keyfactor.com>2024-02-14 09:35:40 -0500
committerAlexander Scheel <alexander.scheel@keyfactor.com>2024-02-14 10:22:16 -0500
commita9b573b9a90079f0718ecc11b2d5e0e0cf230329 (patch)
tree50bad0f4f37b7635cbc5ca978249102f9743306c /crypto/src/cms/Pkcs7ProcessableObject.cs
parentAdd explicit algorithm parameter in AddKeyTransRecipient (diff)
downloadBouncyCastle.NET-ed25519-a9b573b9a90079f0718ecc11b2d5e0e0cf230329.tar.xz
Fix cms imports to conform to casing standards
Signed-off-by: Alexander Scheel <alexander.scheel@keyfactor.com>
Diffstat (limited to 'crypto/src/cms/Pkcs7ProcessableObject.cs')
-rw-r--r--crypto/src/cms/Pkcs7ProcessableObject.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/src/cms/Pkcs7ProcessableObject.cs b/crypto/src/cms/Pkcs7ProcessableObject.cs
index 1042b6ff5..2fe37632a 100644
--- a/crypto/src/cms/Pkcs7ProcessableObject.cs
+++ b/crypto/src/cms/Pkcs7ProcessableObject.cs
@@ -2,7 +2,7 @@
 using Org.BouncyCastle.Asn1;
 using Org.BouncyCastle.Cms;
 
-namespace Org.BouncyCastle.cms
+namespace Org.BouncyCastle.Cms
 {
   public class Pkcs7ProcessableObject : CmsProcessable
   {
@@ -45,4 +45,4 @@ namespace Org.BouncyCastle.cms
 
     public object GetContent() => Content;
   }
-}
\ No newline at end of file
+}