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