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