2 references to ReadBagsCore
System.Security.Cryptography.Pkcs (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (2)
294
List<Pkcs12SafeBag> result =
ReadBagsCore
(serialized, pendingContents);
305
target._bags =
ReadBagsCore
(nestedSerialized, pendingContents);