Skip to content

T_Ekstrand_Encryption_Ciphers_IRotorParameters

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

IRotorParameters Interface

Provides configuration settings for a rotor

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

Syntax

C#

public interface IRotorParameters

VB

Public Interface IRotorParameters

C++

public interface class IRotorParameters

F#

type IRotorParameters =  interface end

The IRotorParameters type exposes the following members.

Properties

 

Name Description
Public property Incrementation Gets or sets the incrementation.
Public property StartPosition Gets or sets the start position.
Public property SubstitutionSet Gets or sets the substitution set.
Public property TurnDirection Gets or sets the turn direction.
  Back to Top

See Also

Reference

Ekstrand.Encryption.Ciphers Namespace

Clone this wiki locally