Close off the encrypted object - this is equivalent to calling Close() on the stream returned by the Open() method.
Note: This does not close the underlying output stream, only the stream on top of it created by the Open() method.
public Close ( ) : void | ||
return | void |