GetSessionInfo 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 Sub GetSessionInfo ( _
    ByRef info As Session.SessionInfo _
)
public void GetSessionInfo(
    ref Session.SessionInfo info
)
public:
void GetSessionInfo(
    Session::SessionInfo^% info
)
member GetSessionInfo : 
        info:Session.SessionInfo byref -> unit 
public function GetSessionInfo(
    info : Session..::..SessionInfo
)

Parameters

.NET Framework Security

See Also

Reference

Session Class

Microsoft.SPOT.Cryptoki Namespace