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