프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BlockSizeByte | int |
메소드 | 설명 | |
---|---|---|
Clear ( ) : void |
When we're done using this, it is safest to clear all security bits from memory. That's what this does.
|
|
DecryptData ( byte EncryptedData ) : byte[] |
Takes in a byte array and returns the data in a unencrypted format.
|
|
EncryptData ( byte UnencryptedData ) : byte[] |
Takes in an unencrypted byte array and returns the encrypted form.
|
|
SymmetricEncryption ( |
Creates a new SymmetricEncryption handler for the passed in SymmetricAlgorithm.
|
public DecryptData ( byte EncryptedData ) : byte[] | ||
EncryptedData | byte | The data to decrypt. |
리턴 | byte[] |
public EncryptData ( byte UnencryptedData ) : byte[] | ||
UnencryptedData | byte | The byte array to encrypt. |
리턴 | byte[] |
public SymmetricEncryption ( |
||
Algorithm | ||
리턴 | Brunet |