7 references to Pkcs12ShroudedKeyBag
System.Security.Cryptography (7)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (1)
320
case Oids.
Pkcs12ShroudedKeyBag
:
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12ShroudedKeyBag.cs (1)
15
: base(Oids.
Pkcs12ShroudedKeyBag
, encryptedPkcs8PrivateKey, skipCopy)
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (4)
320
else if (bag.BagId is Oids.Pkcs12KeyBag or Oids.
Pkcs12ShroudedKeyBag
)
337
if (bag.BagId == Oids.
Pkcs12ShroudedKeyBag
)
777
if (bag.BagId == Oids.
Pkcs12ShroudedKeyBag
)
789
if (bag.BagId == Oids.
Pkcs12ShroudedKeyBag
)
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (1)
285
Debug.Assert(safeBag.BagId == Oids.
Pkcs12ShroudedKeyBag
);