1 write to Certificate
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
173
Certificate
= certificate;
11 references to Certificate
System.Security.Cryptography.Pkcs (11)
System\Security\Cryptography\Pkcs\CmsSigner.cs (10)
186
if (
Certificate
== null)
191
if (PrivateKey == null && !
Certificate
.HasPrivateKey)
274
byte[] serial =
Certificate
!.GetSerialNumber();
279
Issuer =
Certificate
.IssuerName.RawData,
286
newSignerInfo.Sid.SubjectKeyIdentifier = PkcsPal.Instance.GetSubjectKeyIdentifier(
Certificate
!);
325
Certificate
!,
354
certs.Add(
Certificate
!);
361
chain.ChainPolicy.VerificationTime =
Certificate
!.NotBefore;
363
if (!chain.Build(
Certificate
!))
375
certs.Add(
Certificate
!);
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
331
if (signer.
Certificate
== null && signer.SignerIdentifierType != SubjectIdentifierType.NoSignature)