1 write to Q
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1\DssParms.xml.cs (1)
77decoded.Q = sequenceReader.ReadInteger();
8 references to Q
System.Security.Cryptography (8)
src\libraries\Common\src\System\Security\Cryptography\Asn1\DssParms.xml.cs (1)
28writer.WriteInteger(Q);
src\libraries\Common\src\System\Security\Cryptography\DSAKeyFormatHelper.cs (7)
59parms.Q.Sign < 0 || 61!IsValidQLength(parms.Q.GetBitLength()) || 65x >= parms.Q) 73Q = parms.Q.ToByteArray(isUnsigned: true, isBigEndian: true), 122parms.Q.Sign < 0 || 124!IsValidQLength(parms.Q.GetBitLength()) || 136Q = parms.Q.ToByteArray(isUnsigned: true, isBigEndian: true),