프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / license.iValidator / iValidator.cs @ 1305c420

이력 | 보기 | 이력해설 | 다운로드 (506 Bytes)

1
using Rhino.Licensing;
2
using System;
3
using System.Collections.Generic;
4
using System.Linq;
5
using System.ServiceModel;
6
using System.Text;
7
using System.Threading.Tasks;
8

    
9
namespace license
10
{
11
    [ServiceContract]
12
    public interface iLicenseService
13
    {
14
        [OperationContract]
15
        string GetLicense(string key, string machine,string Process, string user);
16

    
17
        [OperationContract]
18
        bool Validate(string key, string license);
19

    
20
        [OperationContract]
21
        bool Upload();
22
    }
23
}
클립보드 이미지 추가 (최대 크기: 500 MB)