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