1 write to cbPrime1
System.Core (1)
System\Security\Cryptography\RsaCng.cs (1)
365
pBcryptBlob->
cbPrime1
= parameters.P.Length;
6 references to cbPrime1
System.Core (6)
System\Security\Cryptography\RsaCng.cs (6)
270
rsaParams.P = new byte[pBcryptBlob->
cbPrime1
];
272
offset += pBcryptBlob->
cbPrime1
;
280
rsaParams.DP = new byte[pBcryptBlob->
cbPrime1
];
282
offset += pBcryptBlob->
cbPrime1
;
290
rsaParams.InverseQ = new byte[pBcryptBlob->
cbPrime1
];
292
offset += pBcryptBlob->
cbPrime1
;