diff options
author | David Hook <dgh@cryptoworkshop.com> | 2022-07-10 13:34:10 +1000 |
---|---|---|
committer | David Hook <dgh@cryptoworkshop.com> | 2022-07-10 13:34:10 +1000 |
commit | 41619b2ecf5df5c33bd0a434ac03069d89dbd97d (patch) | |
tree | 028aa9915c9503da3ea203b4652d07c454a3f4c3 /crypto/src | |
parent | initial setting of trusted certificate entry (diff) | |
download | BouncyCastle.NET-ed25519-41619b2ecf5df5c33bd0a434ac03069d89dbd97d.tar.xz |
added using
Diffstat (limited to 'crypto/src')
-rw-r--r-- | crypto/src/pkcs/Pkcs12Store.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/src/pkcs/Pkcs12Store.cs b/crypto/src/pkcs/Pkcs12Store.cs index dc5f41dd5..8f1375471 100644 --- a/crypto/src/pkcs/Pkcs12Store.cs +++ b/crypto/src/pkcs/Pkcs12Store.cs @@ -3,6 +3,7 @@ using System.Collections.Generic; using System.IO; using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Asn1.Misc; using Org.BouncyCastle.Asn1.Oiw; using Org.BouncyCastle.Asn1.Pkcs; using Org.BouncyCastle.Asn1.X509; |