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