2 writes to _privateKey
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\CmsSigner.cs (2)
34
set =>
_privateKey
= value;
219
_privateKey
= (IDisposable?)privateKey;
4 references to _privateKey
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\CmsSigner.cs (4)
33
get =>
_privateKey
as AsymmetricAlgorithm;
236
if (
_privateKey
== null && !Certificate.HasPrivateKey)
402
CmsSignature? processor = CmsSignature.ResolveAndVerifyKeyType(Certificate!.GetKeyAlgorithm(),
_privateKey
, SignaturePadding);
420
_privateKey
,