ConvertToBytes Method (Int32, Byte[], Int32)

[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 Shared Sub ConvertToBytes ( _
    value As Integer, _
    dest As Byte(), _
    offset As Integer _
)
public static void ConvertToBytes(
    int value,
    byte[] dest,
    int offset
)
public:
static void ConvertToBytes(
    int value, 
    array<unsigned char>^ dest, 
    int offset
)
static member ConvertToBytes : 
        value:int * 
        dest:byte[] * 
        offset:int -> unit 
public static function ConvertToBytes(
    value : int, 
    dest : byte[], 
    offset : int
)

Parameters

.NET Framework Security

See Also

Reference

Utility Class

ConvertToBytes Overload

Microsoft.SPOT.Cryptoki Namespace