diff options
author | Alexander Scheel <alexander.scheel@keyfactor.com> | 2024-02-14 09:35:40 -0500 |
---|---|---|
committer | Alexander Scheel <alexander.scheel@keyfactor.com> | 2024-02-14 10:22:16 -0500 |
commit | a9b573b9a90079f0718ecc11b2d5e0e0cf230329 (patch) | |
tree | 50bad0f4f37b7635cbc5ca978249102f9743306c /crypto/src/cms/Pkcs7ProcessableObject.cs | |
parent | Add explicit algorithm parameter in AddKeyTransRecipient (diff) | |
download | BouncyCastle.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 '')
-rw-r--r-- | crypto/src/cms/Pkcs7ProcessableObject.cs | 4 |
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 +} |