C# Class DotNetWorkQueue.Interceptors.TripleDesMessageInterceptor

Encrypts/Decrypts a byte array
Inheritance: IMessageInterceptor
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
BytesToMessage ( byte input ) : byte[]

Decrypts the input byte array

MessageToBytes ( byte input ) : MessageInterceptorResult

Encrypts the input byte array

TripleDesMessageInterceptor ( TripleDesMessageInterceptorConfiguration configuration ) : System.Security.Cryptography

Initializes a new instance of the TripleDesMessageInterceptor class.

Method Details

BytesToMessage() public méthode

Decrypts the input byte array
public BytesToMessage ( byte input ) : byte[]
input byte The input.
Résultat byte[]

MessageToBytes() public méthode

Encrypts the input byte array
public MessageToBytes ( byte input ) : MessageInterceptorResult
input byte The input.
Résultat MessageInterceptorResult

TripleDesMessageInterceptor() public méthode

Initializes a new instance of the TripleDesMessageInterceptor class.
public TripleDesMessageInterceptor ( TripleDesMessageInterceptorConfiguration configuration ) : System.Security.Cryptography
configuration TripleDesMessageInterceptorConfiguration The configuration.
Résultat System.Security.Cryptography