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