OpenKey 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 OpenKey ( _
    session As Session, _
    keyName As String, _
    keyStore As String _
) As CryptoKey
public static CryptoKey OpenKey(
    Session session,
    string keyName,
    string keyStore
)
public:
static CryptoKey^ OpenKey(
    Session^ session, 
    String^ keyName, 
    String^ keyStore
)
static member OpenKey : 
        session:Session * 
        keyName:string * 
        keyStore:string -> CryptoKey 
public static function OpenKey(
    session : Session, 
    keyName : String, 
    keyStore : String
) : CryptoKey

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

CryptoKey Class

System.Security.Cryptography Namespace