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