Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
Finish ( ) : bool |
Finishes this writing of the key.
|
|
PbeKeySetWriter ( IKeySetWriter writer, Func |
Initializes a new instance of the PbeKeySetWriter class.
|
|
Write ( |
Writes the specified metadata.
|
|
Write ( byte keyData, int version ) : void |
Writes the specified key data.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public PbeKeySetWriter ( IKeySetWriter writer, Func |
||
writer | IKeySetWriter | The writer. |
passwordPrompt | Func |
The password prompt. |
iterationCount | int | The interations count. |
return | System |
public Write ( |
||
metadata | The metadata. | |
return | void |
public Write ( byte keyData, int version ) : void | ||
keyData | byte | The key data. |
version | int | The version. |
return | void |