1 write to Certificate
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
215
Certificate
= certificate;
12 references to Certificate
System.Security.Cryptography.Pkcs (12)
System\Security\Cryptography\Pkcs\CmsSigner.cs (11)
231
if (
Certificate
== null)
236
if (_privateKey == null && !
Certificate
.HasPrivateKey)
354
byte[] serial =
Certificate
!.GetSerialNumber();
359
Issuer =
Certificate
.IssuerName.RawData,
366
newSignerInfo.Sid.SubjectKeyIdentifier = PkcsPal.Instance.GetSubjectKeyIdentifier(
Certificate
!);
402
CmsSignature? processor = CmsSignature.ResolveAndVerifyKeyType(
Certificate
!.GetKeyAlgorithm(), _privateKey, SignaturePadding);
419
Certificate
!,
447
certs.Add(
Certificate
!);
454
chain.ChainPolicy.VerificationTime =
Certificate
!.NotBefore;
456
if (!chain.Build(
Certificate
!))
468
certs.Add(
Certificate
!);
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
322
if (signer.
Certificate
== null && signer.SignerIdentifierType != SubjectIdentifierType.NoSignature)