4 references to GetBitLength
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\DSAKeyFormatHelper.cs (4)
60
!IsValidPLength(parms.P.
GetBitLength
()) ||
61
!IsValidQLength(parms.Q.
GetBitLength
()) ||
123
!IsValidPLength(parms.P.
GetBitLength
()) ||
124
!IsValidQLength(parms.Q.
GetBitLength
()) ||