C# Класс NServiceBus.StringConversions

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

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

Метод Описание
DecryptValue ( this encryptionService, string &stringToDecrypt, IIncomingLogicalMessageContext context ) : void
EncryptValue ( this encryptionService, string &stringToEncrypt, IOutgoingLogicalMessageContext context ) : void

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

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

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

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

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