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