Skip to content

P_Ekstrand_Encryption_Ciphers_IPlugboard_TranspositionSet

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

IPlugboard.TranspositionSet Property

Gets or sets the transposition set.

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

Syntax

C#

EndPointPair<byte, byte>[] TranspositionSet { get; set; }

VB

Property TranspositionSet As EndPointPair(Of Byte, Byte)()
	Get
	Set

C++

property array<EndPointPair<unsigned char, unsigned char>^>^ TranspositionSet {
	array<EndPointPair<unsigned char, unsigned char>^>^ get ();
	void set (array<EndPointPair<unsigned char, unsigned char>^>^ value);
}

F#

abstract TranspositionSet : EndPointPair<byte, byte>[] with get, set

Property Value

Type: EndPointPair(Byte, Byte)[]
Array of EndPointPair<byte, byte>

See Also

Reference

IPlugboard Interface
Ekstrand.Encryption.Ciphers Namespace

Clone this wiki locally