Skip to content

P_Ekstrand_Encryption_Ciphers_EnigmaBinaryParameters_RotorController

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

EnigmaBinaryParameters.RotorController Property

Gets or sets the rotor controller.

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

Syntax

C#

public IRotorController RotorController { get; set; }

VB

Public Property RotorController As IRotorController
	Get
	Set

C++

public:
property IRotorController^ RotorController {
	IRotorController^ get ();
	void set (IRotorController^ value);
}

F#

member RotorController : IRotorController with get, set

Property Value

Type: IRotorController
The rotor controller.

See Also

Reference

EnigmaBinaryParameters Class
Ekstrand.Encryption.Ciphers Namespace

Clone this wiki locally