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;
        }