1 write to cbPublicExp
System.Core (1)
System\Security\Cryptography\RsaCng.cs (1)
360
pBcryptBlob->
cbPublicExp
= parameters.Exponent.Length;
2 references to cbPublicExp
System.Core (2)
System\Security\Cryptography\RsaCng.cs (2)
258
rsaParams.Exponent = new byte[pBcryptBlob->
cbPublicExp
];
260
offset += pBcryptBlob->
cbPublicExp
;