4 writes to CertReq
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampReq.xml.cs (3)
31
decoded.
CertReq
= reader.ReadBoolean();
166
decoded.
CertReq
= sequenceReader.ReadBoolean();
171
decoded.
CertReq
= defaultReader.ReadBoolean();
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
313
CertReq
= requestSignerCertificates,
2 references to CertReq
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampReq.xml.cs (1)
71
tmp.WriteBoolean(
CertReq
);
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
29
public bool RequestSignerCertificate => _parsedData.
CertReq
;