3 references to ReadBags
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (3)
37
_bags =
ReadBags
(serialized);
56
_bags =
ReadBags
(PkcsHelpers.DecodeOctetStringAsMemory(contentInfoAsn.Content));
252
bags =
ReadBags
(destination.AsMemory(0, written));