C# Класс NServiceBus.Core.Tests.Encryption.FakeEncryptionService

Наследование: IEncryptionService
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Decrypt ( EncryptedValue encryptedValue, IIncomingLogicalMessageContext context ) : string
Encrypt ( string value, IOutgoingLogicalMessageContext context ) : EncryptedValue
FakeEncryptionService ( EncryptedValue hardcodedValue ) : System

Описание методов

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

public Decrypt ( EncryptedValue encryptedValue, IIncomingLogicalMessageContext context ) : string
encryptedValue EncryptedValue
context IIncomingLogicalMessageContext
Результат string

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

public Encrypt ( string value, IOutgoingLogicalMessageContext context ) : EncryptedValue
value string
context IOutgoingLogicalMessageContext
Результат EncryptedValue

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

public FakeEncryptionService ( EncryptedValue hardcodedValue ) : System
hardcodedValue EncryptedValue
Результат System