Share via


FindObjectsInit 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
Protected Sub FindObjectsInit ( _
    template As CryptokiAttribute() _
)
protected void FindObjectsInit(
    CryptokiAttribute[] template
)
protected:
void FindObjectsInit(
    array<CryptokiAttribute^>^ template
)
member FindObjectsInit : 
        template:CryptokiAttribute[] -> unit 
protected function FindObjectsInit(
    template : CryptokiAttribute[]
)

Parameters

.NET Framework Security

See Also

Reference

FindObjectEnum Class

Microsoft.SPOT.Cryptoki Namespace