markus / License / key2.cs @ master
이력 | 보기 | 이력해설 | 다운로드 (332 Bytes)
1 | 1305c420 | taeseongkim | namespace License { public static class Key2 { public static string Data = "<RSAKeyValue> <Modulus>wNGI5EjPYwQUYn72bIYZ25/o1JhEcPF5ibrgm8MbCR7FTx9ir8WcKJiOa5ljEnhbny1ryfK4zIU28TYweYl0SuyzCSpyfeN4W7xVXxvcSoNodZE8mPQL+uyM0md07CLKjymeDXzo3RpgK+9b0xQLqOUNt43JsUTgCvMSqCX75rE=</Modulus> <Exponent>AQAB</Exponent> </RSAKeyValue>"; }} |
---|