Write the DOFCredentials to a named file.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public void write( string filename )
Parameters
- filename
- Type: SystemString
The filename to which to write the DOFCredentials. Must not be null.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | if filename is null. |
| FileNotFoundException | The file could not be opened for write. |
| IOException | The file could not be written. |
| SecurityException | If a security manager exists and its checkWrite method denies write access to the file. |
| DOFException |
Remarks
See Also