NServiceBus.Core.Tests.Encryption.FakeEncryptionService.Encrypt C# (CSharp) Метод

Encrypt() публичный Метод

public Encrypt ( string value, IOutgoingLogicalMessageContext context ) : EncryptedValue
value string
context IOutgoingLogicalMessageContext
Результат EncryptedValue
        public EncryptedValue Encrypt(string value, IOutgoingLogicalMessageContext context)
        {
            return hardcodedValue;
        }