Skip to content

P_Ekstrand_Encryption_Ciphers_EnigmaBinary_IsPartialBlockOkay

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

EnigmaBinary.IsPartialBlockOkay Property

Indicates whether this cipher can handle partial blocks.

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

Syntax

C#

public bool IsPartialBlockOkay { get; }

VB

Public ReadOnly Property IsPartialBlockOkay As Boolean
	Get

C++

public:
property bool IsPartialBlockOkay {
	bool get ();
}

F#

member IsPartialBlockOkay : bool with get

Property Value

Type: Boolean
true if this instance is partial block okay; otherwise, false.

See Also

Reference

EnigmaBinary Class
Ekstrand.Encryption.Ciphers Namespace

Clone this wiki locally