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