1 override of KeyEncryptionKeyLengthInBytes
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Kem.cs (1)
146internal override int KeyEncryptionKeyLengthInBytes => _asn.KekLength;
1 reference to KeyEncryptionKeyLengthInBytes
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\KemRecipientInfo.cs (1)
64public int KeyEncryptionKeyLengthInBytes => Pal.KeyEncryptionKeyLengthInBytes;