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