1 override of KeyEncapsulationAlgorithm
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Kem.cs (1)
140
internal override AlgorithmIdentifier
KeyEncapsulationAlgorithm
=> field ??= ToAlgorithmIdentifier(_asn.Kem);
1 reference to KeyEncapsulationAlgorithm
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\KemRecipientInfo.cs (1)
45
_lazyKeyEncapsulationAlgorithm ??= Pal.
KeyEncapsulationAlgorithm
;