Share via


FindSlots Method (String, Mechanism[])

[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 Function FindSlots ( _
    serviceProviderName As String, _
    ParamArray mechanisms As Mechanism() _
) As Slot()
public static Slot[] FindSlots(
    string serviceProviderName,
    params Mechanism[] mechanisms
)
public:
static array<Slot^>^ FindSlots(
    String^ serviceProviderName, 
    ... array<Mechanism^>^ mechanisms
)
static member FindSlots : 
        serviceProviderName:string * 
        mechanisms:Mechanism[] -> Slot[] 
public static function FindSlots(
    serviceProviderName : String, 
    ... mechanisms : Mechanism[]
) : Slot[]

Parameters

Return Value

Type: array<Microsoft.SPOT.Cryptoki. . :: . .Slot> [] () [] []

.NET Framework Security

See Also

Reference

Cryptoki Class

FindSlots Overload

Microsoft.SPOT.Cryptoki Namespace