C# Class DotNetWorkQueue.Interceptors.TripleDesMessageInterceptorConfiguration

Configuration class for TripleDesMessageInterceptor
Exibir arquivo Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
TripleDesMessageInterceptorConfiguration ( byte key, byte iv ) : System.Security.Cryptography

Initializes a new instance of the TripleDesMessageInterceptorConfiguration class.

Method Details

TripleDesMessageInterceptorConfiguration() public method

Initializes a new instance of the TripleDesMessageInterceptorConfiguration class.
public TripleDesMessageInterceptorConfiguration ( byte key, byte iv ) : System.Security.Cryptography
key byte The key.
iv byte The initialization vector.
return System.Security.Cryptography