1 write to cbPrime2
System.Core (1)
System\Security\Cryptography\RsaCng.cs (1)
366
pBcryptBlob->
cbPrime2
= parameters.Q.Length;
4 references to cbPrime2
System.Core (4)
System\Security\Cryptography\RsaCng.cs (4)
275
rsaParams.Q = new byte[pBcryptBlob->
cbPrime2
];
277
offset += pBcryptBlob->
cbPrime2
;
285
rsaParams.DQ = new byte[pBcryptBlob->
cbPrime2
];
287
offset += pBcryptBlob->
cbPrime2
;