Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ECDsaCng::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.

Exception Condition
NotImplementedException

This method is not implemented.

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

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft