Skip to content

P_Ekstrand_Encryption_Ciphers_AbstractRotor_Incrementation

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

AbstractRotor.Incrementation Property

Gets or Sets the incrementation of the rotor.

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

Syntax

C#

public virtual int Incrementation { get; set; }

VB

Public Overridable Property Incrementation As Integer
	Get
	Set

C++

public:
virtual property int Incrementation {
	int get ();
	void set (int value);
}

F#

abstract Incrementation : int with get, set
override Incrementation : int with get, set

Property Value

Type: Int32
The incrementation.

Implements

IRotor.Incrementation

Exceptions

 

Exception Condition
InvalidOperationException Can not change end points while in use. You must Reset first.

See Also

Reference

AbstractRotor Class
Ekstrand.Encryption.Ciphers Namespace

Clone this wiki locally