C# 클래스 DotNetWorkQueue.Interceptors.TripleDesMessageInterceptorConfiguration

Configuration class for TripleDesMessageInterceptor
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
TripleDesMessageInterceptorConfiguration ( byte key, byte iv ) : System.Security.Cryptography

Initializes a new instance of the TripleDesMessageInterceptorConfiguration class.

메소드 상세

TripleDesMessageInterceptorConfiguration() 공개 메소드

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.
리턴 System.Security.Cryptography