Get the signature associated with this user.

Namespace: Asi.iBO
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public byte[] Signature { get; }
Visual Basic
Public ReadOnly Property Signature As Byte()
	Get
Visual C++
public:
property array<unsigned char>^ Signature {
	array<unsigned char>^ get ();
}

See Also