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