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