Get the signature associated with this user.
Namespace:
Asi.iBOAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public byte[] Signature { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Signature As Byte() |
| Visual C++ |
|---|
public: property array<unsigned char>^ Signature { array<unsigned char>^ get (); } |