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