OpenSession Method

[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 Function OpenSession ( _
    flags As Session.SessionFlag _
) As Session
public Session OpenSession(
    Session.SessionFlag flags
)
public:
Session^ OpenSession(
    Session::SessionFlag flags
)
member OpenSession : 
        flags:Session.SessionFlag -> Session 
public function OpenSession(
    flags : Session..::..SessionFlag
) : Session

Parameters

Return Value

Type: Microsoft.SPOT.Cryptoki. . :: . .Session

.NET Framework Security

See Also

Reference

Slot Class

Microsoft.SPOT.Cryptoki Namespace