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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.