메소드 | 설명 | |
---|---|---|
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. |
리턴 | byte[] |
public MessageToBytes ( byte input ) : MessageInterceptorResult | ||
input | byte | The input. |
리턴 | MessageInterceptorResult |
public TripleDesMessageInterceptor ( |
||
configuration | The configuration. | |
리턴 | System.Security.Cryptography |