2 instantiations of Pkcs12CertBag
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Pkcs12CertBag.cs (1)
126
return new
Pkcs12CertBag
(bagValue, decoded);
System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (1)
83
Pkcs12CertBag bag = new
Pkcs12CertBag
(certificate);
4 references to Pkcs12CertBag
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\Pkcs12CertBag.cs (1)
123
internal static
Pkcs12CertBag
DecodeValue(ReadOnlyMemory<byte> bagValue)
System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (3)
73
public
Pkcs12CertBag
AddCertificate(X509Certificate2 certificate)
83
Pkcs12CertBag
bag = new Pkcs12CertBag(certificate);
340
bag =
Pkcs12CertBag
.DecodeValue(bagValue);