NServiceBus.Core.Tests.Encryption.FakeEncryptionService.Encrypt C# (CSharp) Méthode

Encrypt() public méthode

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