개정판 77cdac33
벽산 수정 후 백업
Change-Id: I8e3eb48f615478a49efa0ab4014a8ef17d273d0a
License.Validator/Validator.cs | ||
---|---|---|
34 | 34 |
|
35 | 35 |
binding = new CustomBinding(); |
36 | 36 |
SymmetricSecurityBindingElement ssbe = SecurityBindingElement.CreateSspiNegotiationBindingElement(true); |
37 |
ssbe.LocalClientSettings.MaxClockSkew = new TimeSpan(0, 10, 0); |
|
38 |
ssbe.LocalServiceSettings.MaxClockSkew = new TimeSpan(0, 10, 0); |
|
39 |
binding.Elements.Add(ssbe); |
|
37 |
//ssbe.LocalClientSettings.MaxClockSkew = new TimeSpan(0, 10, 0);
|
|
38 |
//ssbe.LocalServiceSettings.MaxClockSkew = new TimeSpan(0, 10, 0);
|
|
39 |
//binding.Elements.Add(ssbe);
|
|
40 | 40 |
binding.Elements.Add(new TextMessageEncodingBindingElement()); |
41 | 41 |
binding.Elements.Add(new HttpTransportBindingElement()); |
42 | 42 |
} |
... | ... | |
64 | 64 |
this.Name = element[0].InnerText; |
65 | 65 |
} |
66 | 66 |
} |
67 |
catch (ProtocolException) |
|
67 |
catch (ProtocolException ex)
|
|
68 | 68 |
{ |
69 |
Error(new ValidateErrorArgs("License Connect Error", new Exception("")));
|
|
69 |
Error(new ValidateErrorArgs("License Connect Error", ex));
|
|
70 | 70 |
} |
71 | 71 |
catch(Exception ex) |
72 | 72 |
{ |
내보내기 Unified diff