1 write to cbPublicExp
System.Security.Cryptography (1)
System\Security\Cryptography\CngHelpers.cs (1)
193
pBcryptBlob->
cbPublicExp
= parameters.Exponent.Length;
1 reference to cbPublicExp
System.Security.Cryptography (1)
System\Security\Cryptography\CngHelpers.cs (1)
262
rsaParams.Exponent = Interop.BCrypt.Consume(rsaBlob, ref offset, pBcryptBlob->
cbPublicExp
);