2 overrides of KeyEncryptionAlgorithm
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyAgree.cs (1)
27public override AlgorithmIdentifier KeyEncryptionAlgorithm =>
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyTrans.cs (1)
27public override AlgorithmIdentifier KeyEncryptionAlgorithm =>
2 references to KeyEncryptionAlgorithm
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\KeyAgreeRecipientInfo.cs (1)
39return _lazyKeyEncryptionAlgorithm ??= Pal.KeyEncryptionAlgorithm;
System\Security\Cryptography\Pkcs\KeyTransRecipientInfo.cs (1)
38return _lazyKeyEncryptionAlgorithm ??= Pal.KeyEncryptionAlgorithm;