Base:
property
KeySize
System.Security.Cryptography.AsymmetricAlgorithm.KeySize
5 references to KeySize
System.Security.Cryptography (5)
src\libraries\Common\src\System\Security\Cryptography\ECDsaOpenSsl.cs (5)
93byte[] converted = AsymmetricAlgorithmHelpers.ConvertDerToIeee1363(derSignature, KeySize); 131bytesWritten = AsymmetricAlgorithmHelpers.ConvertDerToIeee1363(derSignature, KeySize, destination); 181int expectedBytes = 2 * AsymmetricAlgorithmHelpers.BitsToBytes(KeySize); 236if (KeySize == value) 289return ECOpenSsl.GenerateECKey(KeySize);