C# Class NServiceBus.WireEncryptedStringConversions

Show file Open project: Particular/NServiceBus

Public Methods

Method Description
DecryptValue ( this encryptionService, WireEncryptedString wireEncryptedString, IIncomingLogicalMessageContext context ) : void
EncryptValue ( this encryptionService, WireEncryptedString wireEncryptedString, IOutgoingLogicalMessageContext context ) : void

Method Details

DecryptValue() public static method

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

EncryptValue() public static method

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