C# Class NServiceBus.StringConversions

Show file Open project: Particular/NServiceBus

Public Methods

Method Description
DecryptValue ( this encryptionService, string &stringToDecrypt, IIncomingLogicalMessageContext context ) : void
EncryptValue ( this encryptionService, string &stringToEncrypt, IOutgoingLogicalMessageContext context ) : void

Method Details

DecryptValue() public static method

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

EncryptValue() public static method

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