21 lines
530 B
C++
21 lines
530 B
C++
//=============================================================================================================================
|
|
/// SolarAuth Cryptography Control class
|
|
/**
|
|
@author Lee Eun-pa <waverix@webzen.co.kr>
|
|
@since 2006. 10. 26
|
|
@remark
|
|
- SolarAuth 에서 사용되는 기본 암호화 관련 컨트롤 클래스 구현
|
|
@note
|
|
@history
|
|
-
|
|
*/
|
|
//=============================================================================================================================
|
|
|
|
#include "stdafx.h"
|
|
|
|
#include <SolarAuth.CryptFlowPolicy.h>
|
|
|
|
|
|
|
|
|