NServiceBus.Core.Tests.Encryption.FakeEncryptionService.Encrypt C# (CSharp) Method

Encrypt() public method

public Encrypt ( string value, IOutgoingLogicalMessageContext context ) : EncryptedValue
value string
context IOutgoingLogicalMessageContext
return EncryptedValue
        public EncryptedValue Encrypt(string value, IOutgoingLogicalMessageContext context)
        {
            return hardcodedValue;
        }