Skip to content

P_Ekstrand_Encryption_Ciphers_AbstractRotor_StartPosition

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

AbstractRotor.StartPosition Property

Gets or sets the start position.

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

Syntax

C#

public int StartPosition { get; set; }

VB

Public Property StartPosition As Integer
	Get
	Set

C++

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

F#

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

Property Value

Type: Int32
Integer values (0 - 255) for position for rotor to start.

Implements

IRotor.StartPosition

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