Share via


Sign Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.SPOT.Cryptoki
Assembly:  Microsoft.SPOT.Security.PKCS11 (in Microsoft.SPOT.Security.PKCS11.dll)

Syntax

'Declaration
Public Function Sign ( _
    data As Byte(), _
    index As Integer, _
    length As Integer _
) As Byte()
public byte[] Sign(
    byte[] data,
    int index,
    int length
)
public:
array<unsigned char>^ Sign(
    array<unsigned char>^ data, 
    int index, 
    int length
)
member Sign : 
        data:byte[] * 
        index:int * 
        length:int -> byte[] 
public function Sign(
    data : byte[], 
    index : int, 
    length : int
) : byte[]

Parameters

Return Value

Type: array<System. . :: . .Byte> [] () [] []

.NET Framework Security

See Also

Reference

CryptokiSign Class

Microsoft.SPOT.Cryptoki Namespace