17 references to WriteInteger
System.Security.Cryptography (15)
src\libraries\Common\src\System\Security\Cryptography\Asn1\DssParms.xml.cs (3)
27
writer.
WriteInteger
(P);
28
writer.
WriteInteger
(Q);
29
writer.
WriteInteger
(G);
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (8)
34
writer.
WriteInteger
(Modulus);
35
writer.
WriteInteger
(PublicExponent);
36
writer.
WriteInteger
(PrivateExponent);
37
writer.
WriteInteger
(Prime1);
38
writer.
WriteInteger
(Prime2);
39
writer.
WriteInteger
(Exponent1);
40
writer.
WriteInteger
(Exponent2);
41
writer.
WriteInteger
(Coefficient);
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml.cs (2)
26
writer.
WriteInteger
(Modulus);
27
writer.
WriteInteger
(PublicExponent);
System\Security\Cryptography\X509Certificates\Asn1\CertificationRequestInfoAsn.xml.cs (1)
29
writer.
WriteInteger
(Version);
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Build.cs (1)
417
writer.
WriteInteger
(crlNumber);
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\CmsSignature.cs (2)
234
writer.
WriteInteger
(val);
242
writer.
WriteInteger
(val);