hytos / DTI_PID / OdReadExMgd / OdActivationInfo.cs @ c47ad347
이력 | 보기 | 이력해설 | 다운로드 (2.02 KB)
1 | db995e28 | humkyung | /////////////////////////////////////////////////////////////////////////////// |
---|---|---|---|
2 | // Copyright (C) 2002-2017, Open Design Alliance (the "Alliance"). |
||
3 | // All rights reserved. |
||
4 | // |
||
5 | // This software and its documentation and related materials are owned by |
||
6 | // the Alliance. The software may only be incorporated into application |
||
7 | // programs owned by members of the Alliance, subject to a signed |
||
8 | // Membership Agreement and Supplemental Software License Agreement with the |
||
9 | // Alliance. The structure and organization of this software are the valuable |
||
10 | // trade secrets of the Alliance and its suppliers. The software is also |
||
11 | // protected by copyright law and international treaty provisions. Application |
||
12 | // programs incorporating this software must include the following statement |
||
13 | // with their copyright notices: |
||
14 | // |
||
15 | // This application incorporates Teigha(R) software pursuant to a license |
||
16 | // agreement with Open Design Alliance. |
||
17 | // Teigha(R) Copyright (C) 2002-2017 by Open Design Alliance. |
||
18 | // All rights reserved. |
||
19 | // |
||
20 | // By use of this software, its documentation or related materials, you |
||
21 | // acknowledge and accept the above terms. |
||
22 | /////////////////////////////////////////////////////////////////////////////// |
||
23 | using System; |
||
24 | #pragma warning disable 618 |
||
25 | |||
26 | public sealed class ActivationData |
||
27 | { |
||
28 | public const string userInfo = "RE9GVEVDSA=="; |
||
29 | public const string userSignature = "lV8ff/+FJbkJprOb5Srfiy3dwX3Zo4lOE5RCz4w2gNG5CVYL37VvwvkPFFZ3k9wRx6BXjZC5mqn1be60BQG1GX1VZHta9qgikhuc/MvXEtq09kShsQLpTp+5k/hDO5SVzxP/tY95R519b64/vTDq/cnkb2EHbzI54k7aqUGI/XzWFAfNBXbk/cyyabGo608/5F/KAmbe4srwg99GuNUZl16OyJNQ6FF1SaaTzQu5LYUZmu5c2YFt2yaJzEuThua0b6Y8UqLZMl+MJ6j3LPNYQexffTMIxuFMujcNVRkU6uND3OQQ9eqU7oRJemE/r4Eui+6yNWaUG63w9VWJ+hCs0wpT87CPEIXCiquJoZW6+S38l/2NJ9hC/w3Q+PPAO9vgQHi8Ino3zSYwNWhU6FywoyvNFu9uTLUVmbMimGDFryo+QnRbvmMVtlkUiVBF1IDxjRvEg3Ce42WRIOKeVzFDcNMiSPD0AEHyUd28S79nKSiu6whp9looMWSC/nTzsTK/fU7eOiT1gG7Y1IJ7aCiILwqIMbtCO///hgD/m3Nh1Mnyj3FOufzeClODxPCr30sq2ESDEtXDmyiJOBg0sNRyZbxyhdN8vaPsOt5aU+G32cnjYkEly5j4u57/j0X/FLlogeTBf70TMi2m3wEaHwBQBp9AgkbutjUJjmzDe/2koVg="; |
||
30 | }; |