4 writes to CertReq
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampReq.xml.cs (3)
23decoded.CertReq = reader.ReadBoolean(); 169decoded.CertReq = sequenceReader.ReadBoolean(); 174decoded.CertReq = defaultReader.ReadBoolean();
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
310CertReq = requestSignerCertificates,
2 references to CertReq
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampReq.xml.cs (1)
74tmp.WriteBoolean(CertReq);
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
29public bool RequestSignerCertificate => _parsedData.CertReq;