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