C# Class NServiceBus.Core.Tests.Encryption.FakeEncryptionService

Inheritance: IEncryptionService
Afficher le fichier Open project: Particular/NServiceBus Class Usage Examples

Méthodes publiques

Méthode Description
Decrypt ( EncryptedValue encryptedValue, IIncomingLogicalMessageContext context ) : string
Encrypt ( string value, IOutgoingLogicalMessageContext context ) : EncryptedValue
FakeEncryptionService ( EncryptedValue hardcodedValue ) : System

Method Details

Decrypt() public méthode

public Decrypt ( EncryptedValue encryptedValue, IIncomingLogicalMessageContext context ) : string
encryptedValue EncryptedValue
context IIncomingLogicalMessageContext
Résultat string

Encrypt() public méthode

public Encrypt ( string value, IOutgoingLogicalMessageContext context ) : EncryptedValue
value string
context IOutgoingLogicalMessageContext
Résultat EncryptedValue

FakeEncryptionService() public méthode

public FakeEncryptionService ( EncryptedValue hardcodedValue ) : System
hardcodedValue EncryptedValue
Résultat System