VeriStand .NET API Reference

Database.MD5 Property

Gets the MD5 message-digest for the database as a byte array.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Overridable ReadOnly Property MD5 As Byte()
C#
public virtual byte[] MD5 { get; }
Visual C++
public:
virtual property array<unsigned char>^ MD5 {
	array<unsigned char>^ get ();
}

Property Value

A byte array containing the message-digest.

See Also

Log in to get a better experience