C# Class NServiceBus.WireEncryptedStringConversions

Afficher le fichier Open project: Particular/NServiceBus

Méthodes publiques

Méthode Description
DecryptValue ( this encryptionService, WireEncryptedString wireEncryptedString, IIncomingLogicalMessageContext context ) : void
EncryptValue ( this encryptionService, WireEncryptedString wireEncryptedString, IOutgoingLogicalMessageContext context ) : void

Method Details

DecryptValue() public static méthode

public static DecryptValue ( this encryptionService, WireEncryptedString wireEncryptedString, IIncomingLogicalMessageContext context ) : void
encryptionService this
wireEncryptedString WireEncryptedString
context IIncomingLogicalMessageContext
Résultat void

EncryptValue() public static méthode

public static EncryptValue ( this encryptionService, WireEncryptedString wireEncryptedString, IOutgoingLogicalMessageContext context ) : void
encryptionService this
wireEncryptedString WireEncryptedString
context IOutgoingLogicalMessageContext
Résultat void