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.

DelegatingXmlDictionaryWriter::StartCanonicalization Method (Stream^, Boolean, array<String^>^)

.NET Framework (current version)
 

Indicates the start of canonicalization. Any write operation following this will canonicalize the data and will write it to the given stream.

Namespace:   System.IdentityModel
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public:
virtual void StartCanonicalization(
	Stream^ stream,
	bool includeComments,
	array<String^>^ inclusivePrefixes
) override

Parameters

stream
Type: System.IO::Stream^

Stream to which the canonical stream should be written.

includeComments
Type: System::Boolean

The value indicates if comments written should be canonicalized as well.

inclusivePrefixes
Type: array<System::String^>^

Set of prefixes that needs to be included into the canonical stream. The prefixes are defined at the first element that is written to the canonical stream.

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