1 write to _signature
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
46_signature = parsedData.SignatureValue;
6 references to _signature
System.Security.Cryptography.Pkcs (6)
System\Security\Cryptography\Pkcs\SignerInfo.cs (6)
68internal ReadOnlyMemory<byte> GetSignatureMemory() => _signature; 71public byte[] GetSignature() => _signature.ToArray(); 311SignerInfoAsn newSignerInfo = signer.Sign(effectiveThis._signature, null, false, out chain); 501return _signature.Span.SequenceEqual(expectedSignature); 608hasher.AppendData(_parentSignerInfo._signature.Span); 787ReadOnlyMemory<byte> signature = _signature;