C# 클래스 NServiceBus.Core.Tests.Encryption.FakeEncryptionService

상속: IEncryptionService
파일 보기 프로젝트 열기: Particular/NServiceBus 1 사용 예제들

공개 메소드들

메소드 설명
Decrypt ( EncryptedValue encryptedValue, IIncomingLogicalMessageContext context ) : string
Encrypt ( string value, IOutgoingLogicalMessageContext context ) : EncryptedValue
FakeEncryptionService ( EncryptedValue hardcodedValue ) : System

메소드 상세

Decrypt() 공개 메소드

public Decrypt ( EncryptedValue encryptedValue, IIncomingLogicalMessageContext context ) : string
encryptedValue EncryptedValue
context IIncomingLogicalMessageContext
리턴 string

Encrypt() 공개 메소드

public Encrypt ( string value, IOutgoingLogicalMessageContext context ) : EncryptedValue
value string
context IOutgoingLogicalMessageContext
리턴 EncryptedValue

FakeEncryptionService() 공개 메소드

public FakeEncryptionService ( EncryptedValue hardcodedValue ) : System
hardcodedValue EncryptedValue
리턴 System