C# 클래스 NServiceBus.StringConversions

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

공개 메소드들

메소드 설명
DecryptValue ( this encryptionService, string &stringToDecrypt, IIncomingLogicalMessageContext context ) : void
EncryptValue ( this encryptionService, string &stringToEncrypt, IOutgoingLogicalMessageContext context ) : void

메소드 상세

DecryptValue() 공개 정적인 메소드

public static DecryptValue ( this encryptionService, string &stringToDecrypt, IIncomingLogicalMessageContext context ) : void
encryptionService this
stringToDecrypt string
context IIncomingLogicalMessageContext
리턴 void

EncryptValue() 공개 정적인 메소드

public static EncryptValue ( this encryptionService, string &stringToEncrypt, IOutgoingLogicalMessageContext context ) : void
encryptionService this
stringToEncrypt string
context IOutgoingLogicalMessageContext
리턴 void