3 references to DecodeOctetStringAsMemory
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (1)
210return Helpers.DecodeOctetStringAsMemory(encodedOctetString);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (2)
153Helpers.DecodeOctetStringAsMemory(pfxAsn.AuthSafe.Content); 207contentData = Helpers.DecodeOctetStringAsMemory(safeContentsAsn.Content);