Share via


SessionContainer 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
Protected Sub New ( _
    session As Session, _
    ownsSession As Boolean _
)
protected SessionContainer(
    Session session,
    bool ownsSession
)
protected:
SessionContainer(
    Session^ session, 
    bool ownsSession
)
new : 
        session:Session * 
        ownsSession:bool -> SessionContainer
protected function SessionContainer(
    session : Session, 
    ownsSession : boolean
)

Parameters

.NET Framework Security

See Also

Reference

SessionContainer Class

Microsoft.SPOT.Cryptoki Namespace