DiffieHellmanManaged.ToXmlString Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9448)
ToXmlString(Boolean)
Creates and returns an XML string representation of the current object.
Declaration
public override string ToXmlString(bool includePrivateParameters)
Parameters
| Type | Name | Description |
|---|---|---|
| Boolean | includePrivateParameters | true to include private parameters; otherwise, false. |
Returns
| Type | Description |
|---|---|
| String | An XML string encoding of the current object. |