4 overrides of KeyEncryptionAlgorithm
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyAgree.cs (1)
27public override AlgorithmIdentifier KeyEncryptionAlgorithm =>
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyTrans.cs (1)
28public override AlgorithmIdentifier KeyEncryptionAlgorithm =>
Internal\Cryptography\Pal\Windows\KeyAgreeRecipientInfoPalWindows.cs (1)
55public sealed override AlgorithmIdentifier KeyEncryptionAlgorithm
Internal\Cryptography\Pal\Windows\KeyTransRecipientInfoPalWindows.cs (1)
55public sealed 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;