메소드 | 설명 | |
---|---|---|
AesEncryptionProvider ( ) : System | ||
AesEncryptionProvider ( string key, string iv ) : System | ||
Configure ( ) : void | ||
Decrypt ( string pContent ) : string | ||
Encrypt ( string pContent ) : string | ||
Shutdown ( ) : void |
메소드 | 설명 | |
---|---|---|
InitSettings ( ) : void |
public AesEncryptionProvider ( string key, string iv ) : System | ||
key | string | |
iv | string | |
리턴 | System |