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