C# Класс NServiceBus.WireEncryptedStringConversions

Показать файл Открыть проект

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

Метод Описание
DecryptValue ( this encryptionService, WireEncryptedString wireEncryptedString, IIncomingLogicalMessageContext context ) : void
EncryptValue ( this encryptionService, WireEncryptedString wireEncryptedString, IOutgoingLogicalMessageContext context ) : void

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

DecryptValue() публичный статический Метод

public static DecryptValue ( this encryptionService, WireEncryptedString wireEncryptedString, IIncomingLogicalMessageContext context ) : void
encryptionService this
wireEncryptedString WireEncryptedString
context IIncomingLogicalMessageContext
Результат void

EncryptValue() публичный статический Метод

public static EncryptValue ( this encryptionService, WireEncryptedString wireEncryptedString, IOutgoingLogicalMessageContext context ) : void
encryptionService this
wireEncryptedString WireEncryptedString
context IOutgoingLogicalMessageContext
Результат void