1 override of KeyDerivationAlgorithm
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Kem.cs (1)
138internal override AlgorithmIdentifier KeyDerivationAlgorithm => field ??= ToAlgorithmIdentifier(_asn.Kdf);
1 reference to KeyDerivationAlgorithm
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\KemRecipientInfo.cs (1)
58_lazyKeyDerivationAlgorithm ??= Pal.KeyDerivationAlgorithm;