This document is archived and information here might be outdated. Recommended version. |
Deauthorize feature(s) from file.
[Visual Basic .NET]
Public Sub DeauthorizeASRFromFile ( _
ByVal FileName As String, _
ByVal Password As String _
)
[C#]
public void DeauthorizeASRFromFile (
string FileName,
string Password
);
[C++]
HRESULT DeauthorizeASRFromFile(
BSTR FileName,
BSTR Password
);
[C++] Parameters FileName [in]
FileName is a parameter of type BSTR Password [in]
Password is a parameter of type BSTR