Share via


SecureElementSession.OpenChannel Method

Namespace:  Microsoft.Phone.SecureElement
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Function OpenChannel ( _
    appletId As Byte() _
) As SecureElementChannel
public SecureElementChannel OpenChannel(
    byte[] appletId
)
public:
SecureElementChannel^ OpenChannel(
    array<unsigned char>^ appletId
)
member OpenChannel : 
        appletId:byte[] -> SecureElementChannel

Parameters

Return Value

Type: Microsoft.Phone.SecureElement.SecureElementChannel

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

SecureElementSession Class

Microsoft.Phone.SecureElement Namespace