Share via


VerifyUpdate 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 Sub VerifyUpdate ( _
    data As Byte(), _
    index As Integer, _
    length As Integer _
)
public void VerifyUpdate(
    byte[] data,
    int index,
    int length
)
public:
void VerifyUpdate(
    array<unsigned char>^ data, 
    int index, 
    int length
)
member VerifyUpdate : 
        data:byte[] * 
        index:int * 
        length:int -> unit 
public function VerifyUpdate(
    data : byte[], 
    index : int, 
    length : int
)

Parameters

.NET Framework Security

See Also

Reference

CryptokiVerify Class

Microsoft.SPOT.Cryptoki Namespace