←Select platform

Sign Method

Summary

Signs the specified string.

Syntax

C#
VB
C++
public byte[] Sign(  
   string signString 
) 
Public Function Sign( _ 
   ByVal signString As String _ 
) As Byte() 
public: 
array<byte>^ Sign(  
   String^ signString 
) 

Parameters

signString
The string to sign.

Return Value

A digital signature for the string.

Example

For an example refer to InitializeBinding.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Ccow Assembly
Click or drag to resize