Skip to content

P_Ekstrand_Encryption_Ciphers_EntryRotorParameters_SubstitutionSet

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

EntryRotorParameters.SubstitutionSet Property

Gets or sets the substitution set.

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

Syntax

C#

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

VB

Public Property SubstitutionSet As EndPointPair(Of Byte, Byte)()
	Get
	Set

C++

public:
virtual property array<EndPointPair<unsigned char, unsigned char>^>^ SubstitutionSet {
	array<EndPointPair<unsigned char, unsigned char>^>^ get () sealed;
	void set (array<EndPointPair<unsigned char, unsigned char>^>^ value) sealed;
}

F#

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

Property Value

Type: EndPointPair(Byte, Byte)[]
The substitution set.

Implements

IEntryRotorParameters.SubstitutionSet

See Also

Reference

EntryRotorParameters Class
Ekstrand.Encryption.Ciphers Namespace

Clone this wiki locally