private void SetPowerShellOptions(IOfferPowerShellOptions opt) { if (_values != null && _values.UseCredSSP) { opt.UseCredSSP(true); } }
private void SetPowerShellOptions(IOfferPowerShellOptions opt) { if (_installOptions != null && _installOptions.UseCredSSP) { opt.UseCredSSP(true); } }