Base:
property
KeyEncryptionKeyLengthInBytes
Internal.Cryptography.KemRecipientInfoPal.KeyEncryptionKeyLengthInBytes
2 references to KeyEncryptionKeyLengthInBytes
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Kem.cs (2)
271if (aesKeySizeInBytes != KeyEncryptionKeyLengthInBytes || KeyEncryptionAlgorithm.Parameters is not []) 299.Slice(0, state.Item1.KeyEncryptionKeyLengthInBytes);