4 references to Certificate
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
452
if (tokenCms.SignerInfos[0].
Certificate
== null)
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (2)
45
X509Certificate2? signerCert = _signerInfo.
Certificate
;
367
X509Certificate2? signerCert = signer.
Certificate
;
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
444
X509Certificate2? certificate =
Certificate
;