1 write to cbModulus
System.Security.Cryptography (1)
System\Security\Cryptography\CngHelpers.cs (1)
194pBcryptBlob->cbModulus = parameters.Modulus.Length;
2 references to cbModulus
System.Security.Cryptography (2)
System\Security\Cryptography\CngHelpers.cs (2)
263rsaParams.Modulus = Interop.BCrypt.Consume(rsaBlob, ref offset, pBcryptBlob->cbModulus); 272rsaParams.D = Interop.BCrypt.Consume(rsaBlob, ref offset, pBcryptBlob->cbModulus);