ArcObjects Library Reference (System)  

IAuthorizeLicense.DeauthorizeASRFromFile Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAuthorizeLicense Interface