SVN r1130
SVN-Revision: r1130
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using System.Security.Cryptography;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using Lskj.IPersonnelConnection;
|
using Lskj.IPersonnelConnection;
|
||||||
|
|
||||||
@@ -42,7 +44,7 @@ namespace Lskj.IPersonnelConnection
|
|||||||
/// <param name="iPersonnelPrivateKey">私钥</param>
|
/// <param name="iPersonnelPrivateKey">私钥</param>
|
||||||
/// <param name="UserLinkPhone">登录人电话</param>
|
/// <param name="UserLinkPhone">登录人电话</param>
|
||||||
/// <returns>System.String.</returns>
|
/// <returns>System.String.</returns>
|
||||||
public static string UrlEncryption(string Url, string iPersonnelAllowInformation, string iPersonnelCustomerId, string iPersonnelPrivateKey,string UserLinkPhone)
|
public static string UrlEncryption(string Url, string iPersonnelAllowInformation, string iPersonnelCustomerId, string iPersonnelPrivateKey, string UserLinkPhone)
|
||||||
{
|
{
|
||||||
if (Url.Contains("{iPersonnelAllowInformation}") || Url.Contains("{iPersonnelEncryptedMessage}"))
|
if (Url.Contains("{iPersonnelAllowInformation}") || Url.Contains("{iPersonnelEncryptedMessage}"))
|
||||||
{
|
{
|
||||||
@@ -57,6 +59,7 @@ namespace Lskj.IPersonnelConnection
|
|||||||
}
|
}
|
||||||
return Url;
|
return Url;
|
||||||
}
|
}
|
||||||
|
/// <summary>
|
||||||
}
|
/// CDSBLims加密
|
||||||
}
|
/// </summary>
|
||||||
|
/// <param name="Url"></
|
||||||
Reference in New Issue
Block a user