3 writes to SignatureValue
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Asn1\SignerInfoAsn.xml.cs (2)
141
decoded.
SignatureValue
= rebindSpan.Overlaps(tmpSpan, out offset) ? rebind.Slice(offset, tmpSpan.Length) : tmpSpan.ToArray();
145
decoded.
SignatureValue
= sequenceReader.ReadOctetString();
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
319
newSignerInfo.
SignatureValue
= signatureValue;
2 references to SignatureValue
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\SignerInfoAsn.xml.cs (1)
58
writer.WriteOctetString(
SignatureValue
.Span);
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
45
_signature = parsedData.
SignatureValue
;