Skip to content

M_Ekstrand_Encryption_Ciphers_AbstractPlugboard_ValidateTranslationPoints

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

AbstractPlugboard.ValidateTranslationPoints Method

Validates the Translation points.

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

Syntax

C#

protected void ValidateTranslationPoints(
	EndPointPair<byte, byte>[] values
)

VB

Protected Sub ValidateTranslationPoints ( 
	values As EndPointPair(Of Byte, Byte)()
)

C++

protected:
void ValidateTranslationPoints(
	array<EndPointPair<unsigned char, unsigned char>^>^ values
)

F#

member ValidateTranslationPoints : 
        values : EndPointPair<byte, byte>[] -> unit 

Parameters

 

values
Type: Ekstrand.Encryption.Ciphers.EndPointPair(Byte, Byte)[]
An array of EndPointPair<byte, byte>

Exceptions

 

Exception Condition
InvalidOperationException
ArgumentException

See Also

Reference

AbstractPlugboard Class
Ekstrand.Encryption.Ciphers Namespace

Clone this wiki locally