In the SharpSVN API, what does the SvnSslServerTrustEventArgs Save Member exactly do?

StackOverflow https://stackoverflow.com/questions/3468566

  •  28-09-2019
  •  | 
  •  

문제

I saw that this was used in sample code to accept all the warnings (like certificate warnings) when trying to connect to a repository but I wasn't sure exactly what the Save=true; was specifically doing whether it was saving the fact that these certificates were accepted ect. Any insight would be appreciated. Thanks.

도움이 되었습니까?

해결책

This stores the settings in %appdata%\Subversion\auth. If you don't set the save value the result only applies to the current session/SvnClient instance.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top