Share via


CryptokiAttribute Constructor

[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 CryptokiAttribute.CryptokiType, _
    value As Byte() _
)
public CryptokiAttribute(
    CryptokiAttribute.CryptokiType type,
    byte[] value
)
public:
CryptokiAttribute(
    CryptokiAttribute::CryptokiType type, 
    array<unsigned char>^ value
)
new : 
        type:CryptokiAttribute.CryptokiType * 
        value:byte[] -> CryptokiAttribute
public function CryptokiAttribute(
    type : CryptokiAttribute..::..CryptokiType, 
    value : byte[]
)

Parameters

.NET Framework Security

See Also

Reference

CryptokiAttribute Class

Microsoft.SPOT.Cryptoki Namespace