2 references to DecodeOctetStringAsMemory
System.Security.Cryptography.Pkcs (2)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (1)
56
_bags = ReadBags(PkcsHelpers.
DecodeOctetStringAsMemory
(contentInfoAsn.Content));
System\Security\Cryptography\Pkcs\Pkcs12Info.cs (1)
69
authSafeBytes = PkcsHelpers.
DecodeOctetStringAsMemory
(pfx.AuthSafe.Content);