2 writes to _privateKey
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\CmsSigner.cs (2)
34
set =>
_privateKey
= value;
197
_privateKey
= (IDisposable?)privateKey;
5 references to _privateKey
System.Security.Cryptography.Pkcs (5)
System\Security\Cryptography\Pkcs\CmsSigner.cs (5)
33
get =>
_privateKey
as AsymmetricAlgorithm;
214
if (
_privateKey
== null && !Certificate.HasPrivateKey)
392
CmsSignature? processor = CmsSignature.ResolveAndVerifyKeyType(keyAlgorithm,
_privateKey
, SignaturePadding);
408
CmsSignature? processor = CmsSignature.ResolveAndVerifyKeyType(Certificate!.GetKeyAlgorithm(),
_privateKey
, SignaturePadding);
426
_privateKey
,