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