GetTokenInfo 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 GetTokenInfo ( _
    ByRef info As TokenInfo _
)
public void GetTokenInfo(
    ref TokenInfo info
)
public:
void GetTokenInfo(
    TokenInfo^% info
)
member GetTokenInfo : 
        info:TokenInfo byref -> unit 
public function GetTokenInfo(
    info : TokenInfo
)

Parameters

.NET Framework Security

See Also

Reference

Slot Class

Microsoft.SPOT.Cryptoki Namespace