This topic has not yet been rated - Rate this topic

ECDiffieHellmanCng::ToXmlString Method (Boolean)

This method is not implemented.

Namespace:  System.Security.Cryptography
Assembly:  System.Core (in System.Core.dll)
public:
virtual String^ ToXmlString(
	bool includePrivateParameters
) override

Parameters

includePrivateParameters
Type: System::Boolean

true to include private parameters; otherwise, false.

Return Value

Type: System::String
Not applicable.
ExceptionCondition
NotImplementedException

This method was not overridden for this instance.

To convert the current key to an XML representation, use the ToXmlString(ECKeyXmlFormat) overload instead.

Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.