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

Show file 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 property

protected string EncryptedBase64Value
return string

MySecretMessage protected property

protected string MySecretMessage
return string

conventions protected property

protected Conventions conventions
return Conventions