개정판 661b7416
issue #999: Add FromString to all of controls
Change-Id: I64093e34a5f9e8d367cbed769ff4db8d7472cb7a
MarkupToPDF/Common/GetUserSign.cs | ||
---|---|---|
11 | 11 |
{ |
12 | 12 |
public class GetUserSign |
13 | 13 |
{ |
14 |
public BasicHttpBinding _binding; |
|
15 |
public EndpointAddress _EndPoint; |
|
16 | 14 |
/// <summary> |
17 | 15 |
/// get signature of given user of given project |
18 | 16 |
/// </summary> |
19 | 17 |
/// <param name="UserID"></param> |
20 | 18 |
/// <param name="ProjectNo"></param> |
21 | 19 |
/// <returns></returns> |
22 |
public string GetSign(string UserID, string ProjectNo) |
|
20 |
public static string GetSign(string UserID, string ProjectNo)
|
|
23 | 21 |
{ |
24 |
|
|
22 |
BasicHttpBinding _binding; |
|
23 |
EndpointAddress _EndPoint; |
|
24 |
|
|
25 | 25 |
_binding = new BasicHttpBinding(BasicHttpSecurityMode.TransportCredentialOnly); |
26 | 26 |
_binding.MaxBufferSize = 2147483647; |
27 | 27 |
_binding.MaxReceivedMessageSize = 2147483647; |
내보내기 Unified diff