ImportKey Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  System.Security.Cryptography
Assembly:  Microsoft.SPOT.Security.PKCS11 (in Microsoft.SPOT.Security.PKCS11.dll)

Syntax

'Declaration
Public Shared Function ImportKey ( _
    session As Session, _
    keyData As Byte(), _
    keyClass As CryptoKey.KeyClass, _
    keyType As CryptoKey.KeyType, _
    canBeExported As Boolean _
) As CryptoKey
public static CryptoKey ImportKey(
    Session session,
    byte[] keyData,
    CryptoKey.KeyClass keyClass,
    CryptoKey.KeyType keyType,
    bool canBeExported
)
public:
static CryptoKey^ ImportKey(
    Session^ session, 
    array<unsigned char>^ keyData, 
    CryptoKey::KeyClass keyClass, 
    CryptoKey::KeyType keyType, 
    bool canBeExported
)
static member ImportKey : 
        session:Session * 
        keyData:byte[] * 
        keyClass:CryptoKey.KeyClass * 
        keyType:CryptoKey.KeyType * 
        canBeExported:bool -> CryptoKey 
public static function ImportKey(
    session : Session, 
    keyData : byte[], 
    keyClass : CryptoKey..::..KeyClass, 
    keyType : CryptoKey..::..KeyType, 
    canBeExported : boolean
) : CryptoKey

Parameters

Return Value

Type: System.Security.Cryptography. . :: . .CryptoKey

.NET Framework Security

See Also

Reference

CryptoKey Class

System.Security.Cryptography Namespace