1 write to _signature
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
45_signature = parsedData.SignatureValue;
6 references to _signature
System.Security.Cryptography.Pkcs (6)
System\Security\Cryptography\Pkcs\SignerInfo.cs (6)
67internal ReadOnlyMemory<byte> GetSignatureMemory() => _signature; 69public byte[] GetSignature() => _signature.ToArray(); 293SignerInfoAsn newSignerInfo = signer.Sign(effectiveThis._signature, null, false, out chain); 483return _signature.Span.SequenceEqual(expectedSignature); 590hasher.AppendData(_parentSignerInfo._signature.Span); 753ReadOnlyMemory<byte> signature = _signature;