2 writes to CertValue
System.Security.Cryptography.Pkcs (2)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml.cs (1)
98decoded.CertValue = rebindSpan.Overlaps(tmpSpan, out offset) ? rebind.Slice(offset, tmpSpan.Length) : tmpSpan.ToArray();
System\Security\Cryptography\Pkcs\Pkcs12CertBag.cs (1)
115CertValue = encodedCertificate,
3 references to CertValue
System.Security.Cryptography.Pkcs (3)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml.cs (1)
37writer.WriteEncodedValue(CertValue.Span);
System\Security\Cryptography\Pkcs\Pkcs12CertBag.cs (2)
70public ReadOnlyMemory<byte> EncodedCertificate => _decoded.CertValue; 79return X509CertificateLoader.LoadCertificate(PkcsHelpers.DecodeOctetString(_decoded.CertValue));