Mechanism Constructor (MechanismType, Byte[])

[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 New ( _
    type As MechanismType, _
    parameter As Byte() _
)
public Mechanism(
    MechanismType type,
    byte[] parameter
)
public:
Mechanism(
    MechanismType type, 
    array<unsigned char>^ parameter
)
new : 
        type:MechanismType * 
        parameter:byte[] -> Mechanism
public function Mechanism(
    type : MechanismType, 
    parameter : byte[]
)

Parameters

.NET Framework Security

See Also

Reference

Mechanism Class

Mechanism Overload

Microsoft.SPOT.Cryptoki Namespace