Open Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Authenticates the update and opens the update storage file.

Namespace:  Microsoft.SPOT.MFUpdate
Assembly:  MFUpdate (in MFUpdate.dll)

Syntax

'Declaration
Public Function Open ( _
    authenticationData As Object _
) As Boolean
public bool Open(
    Object authenticationData
)
public:
bool Open(
    Object^ authenticationData
)
member Open : 
        authenticationData:Object -> bool 
public function Open(
    authenticationData : Object
) : boolean

Parameters

  • authenticationData
    Type: System. . :: . .Object
    The authentication data for starting the update (can be nullNothingnullptrunita null reference (Nothing in Visual Basic)).

Return Value

Type: System. . :: . .Boolean
true if the update authenticates; otherwise, false.

.NET Framework Security

See Also

Reference

MFUpdate Class

Microsoft.SPOT.MFUpdate Namespace