5 references to DecodeOctetStringAsMemory
System.Security.Cryptography (5)
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (2)
151Helpers.DecodeOctetStringAsMemory(pfxAsn.AuthSafe.Content); 205contentData = Helpers.DecodeOctetStringAsMemory(safeContentsAsn.Content);
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (3)
233ReadOnlyMemory<byte> certData = Helpers.DecodeOctetStringAsMemory(certBag.CertValue); 325Helpers.DecodeOctetStringAsMemory(attr.AttrValues[0]).Span); 422Helpers.DecodeOctetStringAsMemory(attr.AttrValues[0]);