4 references to DecodeOctetStringAsMemory
System.Security.Cryptography.Pkcs (4)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.manual.cs (2)
117ReadOnlyMemory<byte> authSafeContents = Helpers.DecodeOctetStringAsMemory(AuthSafe.Content); 159contentData = Helpers.DecodeOctetStringAsMemory(contentInfo.Content);
System\Security\Cryptography\Pkcs\Pkcs12Info.cs (1)
69authSafeBytes = PkcsHelpers.DecodeOctetStringAsMemory(pfx.AuthSafe.Content);
System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (1)
51_bags = ReadBags(PkcsHelpers.DecodeOctetStringAsMemory(contentInfoAsn.Content));