Skip to content

P_Ekstrand_Encryption_Ciphers_EnigmaBinaryParameters_Plugboard

Fred Ekstrand edited this page Aug 5, 2020 · 1 revision

EnigmaBinaryParameters.Plugboard Property

Gets or sets the plugboard.

Namespace: Ekstrand.Encryption.Ciphers
Assembly: EnigmaBinaryCipher (in EnigmaBinaryCipher.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public IPlugboard Plugboard { get; set; }

VB

Public Property Plugboard As IPlugboard
	Get
	Set

C++

public:
property IPlugboard^ Plugboard {
	IPlugboard^ get ();
	void set (IPlugboard^ value);
}

F#

member Plugboard : IPlugboard with get, set

Property Value

Type: IPlugboard
The plugboard.

See Also

Reference

EnigmaBinaryParameters Class
Ekstrand.Encryption.Ciphers Namespace

Clone this wiki locally