C# 클래스 NServiceBus.WireEncryptedStringConversions

파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
DecryptValue ( this encryptionService, WireEncryptedString wireEncryptedString, IIncomingLogicalMessageContext context ) : void
EncryptValue ( this encryptionService, WireEncryptedString wireEncryptedString, IOutgoingLogicalMessageContext context ) : void

메소드 상세

DecryptValue() 공개 정적인 메소드

public static DecryptValue ( this encryptionService, WireEncryptedString wireEncryptedString, IIncomingLogicalMessageContext context ) : void
encryptionService this
wireEncryptedString WireEncryptedString
context IIncomingLogicalMessageContext
리턴 void

EncryptValue() 공개 정적인 메소드

public static EncryptValue ( this encryptionService, WireEncryptedString wireEncryptedString, IOutgoingLogicalMessageContext context ) : void
encryptionService this
wireEncryptedString WireEncryptedString
context IOutgoingLogicalMessageContext
리턴 void