Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
NServiceBus
Core
Tests
Encryption
WireEncryptedStringContext
C# Class NServiceBus.Core.Tests.Encryption.WireEncryptedStringContext
显示文件
Open project: Particular/NServiceBus
Protected Properties
Property
Type
Description
EncryptedBase64Value
string
MySecretMessage
string
conventions
Conventions
Protected Methods
Method
Description
BuildConventions
( ) :
Conventions
Create
( ) :
WireEncryptedString
Private Methods
Method
Description
BaseSetUp
( ) :
void
Method Details
BuildConventions()
protected
method
protected
BuildConventions
( ) :
Conventions
return
Conventions
Create()
protected
method
protected
Create
( ) :
WireEncryptedString
return
WireEncryptedString
Property Details
EncryptedBase64Value
protected_oe property
protected
string
EncryptedBase64Value
return
string
MySecretMessage
protected_oe property
protected
string
MySecretMessage
return
string
conventions
protected_oe property
protected
Conventions
conventions
return
Conventions