Method | Description | |
---|---|---|
BytesToMessage ( byte input ) : byte[] |
Decrypts the input byte array
|
|
MessageToBytes ( byte input ) : MessageInterceptorResult |
Encrypts the input byte array
|
|
TripleDesMessageInterceptor ( |
Initializes a new instance of the TripleDesMessageInterceptor class.
|
public BytesToMessage ( byte input ) : byte[] | ||
input | byte | The input. |
return | byte[] |
public MessageToBytes ( byte input ) : MessageInterceptorResult | ||
input | byte | The input. |
return | MessageInterceptorResult |
public TripleDesMessageInterceptor ( |
||
configuration | The configuration. | |
return | System.Security.Cryptography |