2 instantiations of Pkcs12KeyBag
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (2)
99Pkcs12KeyBag bag = new Pkcs12KeyBag(pkcs8PrivateKey, skipCopy: true); 334bag = new Pkcs12KeyBag(bagValue);
2 references to Pkcs12KeyBag
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (2)
88public Pkcs12KeyBag AddKeyUnencrypted(AsymmetricAlgorithm key) 99Pkcs12KeyBag bag = new Pkcs12KeyBag(pkcs8PrivateKey, skipCopy: true);