10 protected byte[]? value;
24 if (SecurityInfo.LastElement is
byte[]
Value)
26 else if (SecurityInfo.LastElement is Vector V &&
28 V.FirstElement is
byte[] Value2)
33 this.value = Binary.Value;
43 public byte[]
Value => this.value!;
Abstract base class for security objects that represent named binary values.
override string ToString()
override bool IsConfigured
If the object has been configured.
byte[] Value
Binary Value.
override bool Configure(Vector SecurityInfo)
If the object can be configured by the security information provided.
Abstract base class for security objects.
Contains methods for simple hash calculations.
static string BinaryToString(byte[] Data)
Converts an array of bytes to a string with their hexadecimal representations (in lower case).