EnvelopedSignatureWriter Class

Definition

Wraps a writer and generates a signature automatically when the envelope has been completely written. This class cannot be inherited.

public ref class EnvelopedSignatureWriter sealed : System::IdentityModel::DelegatingXmlDictionaryWriter
public sealed class EnvelopedSignatureWriter : System.IdentityModel.DelegatingXmlDictionaryWriter
type EnvelopedSignatureWriter = class
    inherit DelegatingXmlDictionaryWriter
Public NotInheritable Class EnvelopedSignatureWriter
Inherits DelegatingXmlDictionaryWriter
Inheritance

Remarks

By default the generated signature is inserted as the last element in the envelope. This can be modified by explicitly calling the WriteSignature method to indicate the location inside the envelope where the signature should be inserted.

Constructors

EnvelopedSignatureWriter(XmlWriter, SigningCredentials, String, SecurityTokenSerializer)

Initializes a new instance of the EnvelopedSignatureWriter class.

Properties

CanCanonicalize

Returns a value indicating if the reader is capable of Canonicalization.

(Inherited from DelegatingXmlDictionaryWriter)
InnerWriter

Get the wrapped writer.

(Inherited from DelegatingXmlDictionaryWriter)
Settings

Gets the XmlWriterSettings object used to create this XmlWriter instance.

(Inherited from XmlWriter)
WriteState

When overridden in a derived class, gets the state of the writer.

(Inherited from DelegatingXmlDictionaryWriter)
XmlLang

When overridden in a derived class, gets the current xml:lang scope.

(Inherited from XmlWriter)
XmlSpace

When overridden in a derived class, gets an XmlSpace representing the current xml:space scope.

(Inherited from XmlWriter)

Methods

Close()

Closes the underlying stream.

(Inherited from DelegatingXmlDictionaryWriter)
Dispose()

Releases all resources used by the current instance of the XmlWriter class.

(Inherited from XmlWriter)
Dispose(Boolean)

Releases the unmanaged resources used by the XmlWriter and optionally releases the managed resources.

(Inherited from XmlWriter)
DisposeAsync()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.

(Inherited from XmlWriter)
DisposeAsyncCore()

Performs application-defined tasks associated with freeing, releasing, or resetting managed resources asynchronously.

(Inherited from XmlWriter)
EndCanonicalization()

Stops the canonicalization started by the matching StartCanonicalization(Stream, Boolean, String[]) call.

(Inherited from DelegatingXmlDictionaryWriter)
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
Flush()

Flushes the underlying stream.

(Inherited from DelegatingXmlDictionaryWriter)
FlushAsync()

Asynchronously flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.

(Inherited from XmlWriter)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
InitializeInnerWriter(XmlDictionaryWriter)

Initializes this instance with the specified inner writer.

(Inherited from DelegatingXmlDictionaryWriter)
InitializeTracingWriter(XmlWriter)

Initializes this instance with a writer to which all calls will be echoed and that will write non-canonical XML.

(Inherited from DelegatingXmlDictionaryWriter)
LookupPrefix(String)

Returns the closest prefix defined in the current namespace scope for the namespace URI.

(Inherited from DelegatingXmlDictionaryWriter)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
StartCanonicalization(Stream, Boolean, String[])

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

(Inherited from DelegatingXmlDictionaryWriter)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
WriteArray(String, String, String, Boolean[], Int32, Int32)

Writes nodes from a Boolean array.

(Inherited from XmlDictionaryWriter)
WriteArray(String, String, String, DateTime[], Int32, Int32)

Writes nodes from a DateTime array.

(Inherited from XmlDictionaryWriter)
WriteArray(String, String, String, Decimal[], Int32, Int32)

Writes nodes from a Decimal array.

(Inherited from XmlDictionaryWriter)
WriteArray(String, String, String, Double[], Int32, Int32)

Writes nodes from a Double array.

(Inherited from XmlDictionaryWriter)
WriteArray(String, String, String, Guid[], Int32, Int32)

Writes nodes from a Guid array.

(Inherited from XmlDictionaryWriter)
WriteArray(String, String, String, Int16[], Int32, Int32)

Writes nodes from a Int16 array.

(Inherited from XmlDictionaryWriter)
WriteArray(String, String, String, Int32[], Int32, Int32)

Writes nodes from a Int32 array.

(Inherited from XmlDictionaryWriter)
WriteArray(String, String, String, Int64[], Int32, Int32)

Writes nodes from a Int64 array.

(Inherited from XmlDictionaryWriter)
WriteArray(String, String, String, Single[], Int32, Int32)

Writes nodes from a Single array.

(Inherited from XmlDictionaryWriter)
WriteArray(String, String, String, TimeSpan[], Int32, Int32)

Writes nodes from a TimeSpan array.

(Inherited from XmlDictionaryWriter)
WriteArray(String, XmlDictionaryString, XmlDictionaryString, Boolean[], Int32, Int32)

Writes nodes from a Boolean array.

(Inherited from XmlDictionaryWriter)
WriteArray(String, XmlDictionaryString, XmlDictionaryString, DateTime[], Int32, Int32)

Writes nodes from a DateTime array.

(Inherited from XmlDictionaryWriter)
WriteArray(String, XmlDictionaryString, XmlDictionaryString, Decimal[], Int32, Int32)

Writes nodes from a Decimal array.

(Inherited from XmlDictionaryWriter)
WriteArray(String, XmlDictionaryString, XmlDictionaryString, Double[], Int32, Int32)

Writes nodes from a Double array.

(Inherited from XmlDictionaryWriter)
WriteArray(String, XmlDictionaryString, XmlDictionaryString, Guid[], Int32, Int32)

Writes nodes from a Guid array.

(Inherited from XmlDictionaryWriter)
WriteArray(String, XmlDictionaryString, XmlDictionaryString, Int16[], Int32, Int32)

Writes nodes from a Int16 array.

(Inherited from XmlDictionaryWriter)
WriteArray(String, XmlDictionaryString, XmlDictionaryString, Int32[], Int32, Int32)

Writes nodes from a Int32 array.

(Inherited from XmlDictionaryWriter)
WriteArray(String, XmlDictionaryString, XmlDictionaryString, Int64[], Int32, Int32)

Writes nodes from a Int64 array.

(Inherited from XmlDictionaryWriter)
WriteArray(String, XmlDictionaryString, XmlDictionaryString, Single[], Int32, Int32)

Writes nodes from a Single array.

(Inherited from XmlDictionaryWriter)
WriteArray(String, XmlDictionaryString, XmlDictionaryString, TimeSpan[], Int32, Int32)

Writes nodes from a TimeSpan array.

(Inherited from XmlDictionaryWriter)
WriteAttributes(XmlReader, Boolean)

When overridden in a derived class, writes out all the attributes found at the current position in the XmlReader.

(Inherited from XmlWriter)
WriteAttributesAsync(XmlReader, Boolean)

Asynchronously writes out all the attributes found at the current position in the XmlReader.

(Inherited from XmlWriter)
WriteAttributeString(String, String)

When overridden in a derived class, writes out the attribute with the specified local name and value.

(Inherited from XmlWriter)
WriteAttributeString(String, String, String)

When overridden in a derived class, writes an attribute with the specified local name, namespace URI, and value.

(Inherited from XmlWriter)
WriteAttributeString(String, String, String, String)

When overridden in a derived class, writes out the attribute with the specified prefix, local name, namespace URI, and value.

(Inherited from XmlWriter)
WriteAttributeString(String, XmlDictionaryString, XmlDictionaryString, String)

Writes an attribute qualified name and value.

(Inherited from XmlDictionaryWriter)
WriteAttributeString(XmlDictionaryString, XmlDictionaryString, String)

Writes an attribute qualified name and value.

(Inherited from XmlDictionaryWriter)
WriteAttributeStringAsync(String, String, String, String)

Asynchronously writes out the attribute with the specified prefix, local name, namespace URI, and value.

(Inherited from XmlWriter)
WriteBase64(Byte[], Int32, Int32)

Encodes the specified binary bytes as Base64 and writes out the resulting text.

(Inherited from DelegatingXmlDictionaryWriter)
WriteBase64Async(Byte[], Int32, Int32)

Asynchronously encodes the specified binary bytes as Base64 and writes out the resulting text.

(Inherited from XmlDictionaryWriter)
WriteBinHex(Byte[], Int32, Int32)

When overridden in a derived class, encodes the specified binary bytes as BinHex and writes out the resulting text.

(Inherited from XmlWriter)
WriteBinHexAsync(Byte[], Int32, Int32)

Asynchronously encodes the specified binary bytes as BinHex and writes out the resulting text.

(Inherited from XmlWriter)
WriteCData(String)

writes out a CDATA block containing the specified text.

(Inherited from DelegatingXmlDictionaryWriter)
WriteCDataAsync(String)

Asynchronously writes out a <![CDATA[...]]> block containing the specified text.

(Inherited from XmlWriter)
WriteCharEntity(Char)

Forces the generation of a character entity for the specified Unicode character value.

(Inherited from DelegatingXmlDictionaryWriter)
WriteCharEntityAsync(Char)

Asynchronously forces the generation of a character entity for the specified Unicode character value.

(Inherited from XmlWriter)
WriteChars(Char[], Int32, Int32)

When overridden in a derived class, writes text one buffer at a time.

(Inherited from DelegatingXmlDictionaryWriter)
WriteCharsAsync(Char[], Int32, Int32)

Asynchronously writes text one buffer at a time.

(Inherited from XmlWriter)
WriteComment(String)

Writes out a comment containing the specified text.

(Inherited from DelegatingXmlDictionaryWriter)
WriteCommentAsync(String)

Asynchronously writes out a comment <!--...--> containing the specified text.

(Inherited from XmlWriter)
WriteDocType(String, String, String, String)

Writes the DOCTYPE declaration with the specified name and optional attributes.

(Inherited from DelegatingXmlDictionaryWriter)
WriteDocTypeAsync(String, String, String, String)

Asynchronously writes the DOCTYPE declaration with the specified name and optional attributes.

(Inherited from XmlWriter)
WriteElementString(String, String)

Writes an element with the specified local name and value.

(Inherited from XmlWriter)
WriteElementString(String, String, String)

Writes an element with the specified local name, namespace URI, and value.

(Inherited from XmlWriter)
WriteElementString(String, String, String, String)

Writes an element with the specified prefix, local name, namespace URI, and value.

(Inherited from XmlWriter)
WriteElementString(String, XmlDictionaryString, XmlDictionaryString, String)

Writes an element with a text content.

(Inherited from XmlDictionaryWriter)
WriteElementString(XmlDictionaryString, XmlDictionaryString, String)

Writes an element with a text content.

(Inherited from XmlDictionaryWriter)
WriteElementStringAsync(String, String, String, String)

Asynchronously writes an element with the specified prefix, local name, namespace URI, and value.

(Inherited from XmlWriter)
WriteEndAttribute()

Closes the previous System.Xml.XmlWriter.WriteStartAttribute(System.String,System.String) call.

(Inherited from DelegatingXmlDictionaryWriter)
WriteEndAttributeAsync()

Asynchronously closes the previous WriteStartAttribute(String, String) call.

(Inherited from XmlWriter)
WriteEndDocument()

Closes any open elements or attributes and puts the writer back in the Start state.

(Inherited from DelegatingXmlDictionaryWriter)
WriteEndDocumentAsync()

Asynchronously closes any open elements or attributes and puts the writer back in the Start state.

(Inherited from XmlWriter)
WriteEndElement()

Closes one element and pops the corresponding namespace scope.

WriteEndElementAsync()

Asynchronously closes one element and pops the corresponding namespace scope.

(Inherited from XmlWriter)
WriteEntityRef(String)

Writes out an entity reference as name.

(Inherited from DelegatingXmlDictionaryWriter)
WriteEntityRefAsync(String)

Asynchronously writes out an entity reference as &name;.

(Inherited from XmlWriter)
WriteFullEndElement()

Closes one element and pops the corresponding namespace scope.

WriteFullEndElementAsync()

Asynchronously closes one element and pops the corresponding namespace scope.

(Inherited from XmlWriter)
WriteName(String)

When overridden in a derived class, writes out the specified name, ensuring it is a valid name according to the W3C XML 1.0 recommendation (https://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).

(Inherited from XmlWriter)
WriteNameAsync(String)

Asynchronously writes out the specified name, ensuring it is a valid name according to the W3C XML 1.0 recommendation (https://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).

(Inherited from XmlWriter)
WriteNmToken(String)

When overridden in a derived class, writes out the specified name, ensuring it is a valid NmToken according to the W3C XML 1.0 recommendation (https://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).

(Inherited from XmlWriter)
WriteNmTokenAsync(String)

Asynchronously writes out the specified name, ensuring it is a valid NmToken according to the W3C XML 1.0 recommendation (https://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).

(Inherited from XmlWriter)
WriteNode(XmlDictionaryReader, Boolean)

Writes the current XML node from an XmlDictionaryReader.

(Inherited from XmlDictionaryWriter)
WriteNode(XmlReader, Boolean)

Writes the current XML node from an XmlReader.

(Inherited from XmlDictionaryWriter)
WriteNode(XPathNavigator, Boolean)

Copies everything from the XPathNavigator object to the writer. The position of the XPathNavigator remains unchanged.

(Inherited from XmlWriter)
WriteNodeAsync(XmlReader, Boolean)

Asynchronously copies everything from the reader to the writer and moves the reader to the start of the next sibling.

(Inherited from XmlWriter)
WriteNodeAsync(XPathNavigator, Boolean)

Asynchronously copies everything from the XPathNavigator object to the writer. The position of the XPathNavigator remains unchanged.

(Inherited from XmlWriter)
WriteProcessingInstruction(String, String)

Writes out a processing instruction with a space between the name and text as follows: &lt;?name text?&gt;.

(Inherited from DelegatingXmlDictionaryWriter)
WriteProcessingInstructionAsync(String, String)

Asynchronously writes out a processing instruction with a space between the name and text as follows: <?name text?>.

(Inherited from XmlWriter)
WriteQualifiedName(String, String)

When overridden in a derived class, writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace.

(Inherited from XmlWriter)
WriteQualifiedName(XmlDictionaryString, XmlDictionaryString)

Writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace.

(Inherited from XmlDictionaryWriter)
WriteQualifiedNameAsync(String, String)

Asynchronously writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace.

(Inherited from XmlWriter)
WriteRaw(Char[], Int32, Int32)

When overridden in a derived class, writes raw markup manually from a character buffer.

(Inherited from DelegatingXmlDictionaryWriter)
WriteRaw(String)

Writes raw markup manually from a string.

(Inherited from DelegatingXmlDictionaryWriter)
WriteRawAsync(Char[], Int32, Int32)

Asynchronously writes raw markup manually from a character buffer.

(Inherited from XmlWriter)
WriteRawAsync(String)

Asynchronously writes raw markup manually from a string.

(Inherited from XmlWriter)
WriteSignature()

Sets the position of the signature within the envelope. Call this method while writing the envelope to indicate at which point the signature should be inserted.

WriteStartAttribute(String)

Writes the start of an attribute with the specified local name.

(Inherited from XmlWriter)
WriteStartAttribute(String, String)

Writes the start of an attribute with the specified local name and namespace URI.

(Inherited from XmlWriter)
WriteStartAttribute(String, String, String)

Writes the start of an attribute with the specified local name and namespace URI.

(Inherited from DelegatingXmlDictionaryWriter)
WriteStartAttribute(String, XmlDictionaryString, XmlDictionaryString)

Writes the start of an attribute with the specified prefix, local name, and namespace URI.

(Inherited from XmlDictionaryWriter)
WriteStartAttribute(XmlDictionaryString, XmlDictionaryString)

Writes the start of an attribute with the specified local name, and namespace URI.

(Inherited from XmlDictionaryWriter)
WriteStartAttributeAsync(String, String, String)

Asynchronously writes the start of an attribute with the specified prefix, local name, and namespace URI.

(Inherited from XmlWriter)
WriteStartDocument()

When overridden in a derived class, writes the XML declaration with the version "1.0".

(Inherited from DelegatingXmlDictionaryWriter)
WriteStartDocument(Boolean)

When overridden in a derived class, writes the XML declaration with the version "1.0" and the standalone attribute.

(Inherited from DelegatingXmlDictionaryWriter)
WriteStartDocumentAsync()

Asynchronously writes the XML declaration with the version "1.0".

(Inherited from XmlWriter)
WriteStartDocumentAsync(Boolean)

Asynchronously writes the XML declaration with the version "1.0" and the standalone attribute.

(Inherited from XmlWriter)
WriteStartElement(String)

When overridden in a derived class, writes out a start tag with the specified local name.

(Inherited from XmlWriter)
WriteStartElement(String, String)

When overridden in a derived class, writes the specified start tag and associates it with the given namespace.

(Inherited from XmlWriter)
WriteStartElement(String, String, String)

Writes the specified start tag and associates it with the specified namespace.

WriteStartElement(String, XmlDictionaryString, XmlDictionaryString)

Writes the specified start tag and associates it with the given namespace and prefix.

(Inherited from XmlDictionaryWriter)
WriteStartElement(XmlDictionaryString, XmlDictionaryString)

Writes the specified start tag and associates it with the given namespace.

(Inherited from XmlDictionaryWriter)
WriteStartElementAsync(String, String, String)

Asynchronously writes the specified start tag and associates it with the given namespace and prefix.

(Inherited from XmlWriter)
WriteString(String)

Writes the given text content.

(Inherited from DelegatingXmlDictionaryWriter)
WriteString(XmlDictionaryString)

Writes the given text content.

(Inherited from XmlDictionaryWriter)
WriteStringAsync(String)

Asynchronously writes the given text content.

(Inherited from XmlWriter)
WriteSurrogateCharEntity(Char, Char)

Generates and writes the surrogate character entity for the surrogate character pair.

(Inherited from DelegatingXmlDictionaryWriter)
WriteSurrogateCharEntityAsync(Char, Char)

Asynchronously generates and writes the surrogate character entity for the surrogate character pair.

(Inherited from XmlWriter)
WriteTextNode(XmlDictionaryReader, Boolean)

Writes the text node that an XmlDictionaryReader is currently positioned on.

(Inherited from XmlDictionaryWriter)
WriteValue(Boolean)

Writes a Boolean value.

(Inherited from XmlWriter)
WriteValue(DateTime)

Writes a DateTime value.

(Inherited from XmlWriter)
WriteValue(DateTimeOffset)

Writes a DateTimeOffset value.

(Inherited from XmlWriter)
WriteValue(Decimal)

Writes a Decimal value.

(Inherited from XmlWriter)
WriteValue(Double)

Writes a Double value.

(Inherited from XmlWriter)
WriteValue(Guid)

Writes a Guid value.

(Inherited from XmlDictionaryWriter)
WriteValue(Int32)

Writes a Int32 value.

(Inherited from XmlWriter)
WriteValue(Int64)

Writes a Int64 value.

(Inherited from XmlWriter)
WriteValue(IStreamProvider)

Writes a value from an IStreamProvider.

(Inherited from XmlDictionaryWriter)
WriteValue(Object)

Writes the object value.

(Inherited from XmlWriter)
WriteValue(Single)

Writes a single-precision floating-point number.

(Inherited from XmlWriter)
WriteValue(String)

Writes a String value.

(Inherited from XmlWriter)
WriteValue(TimeSpan)

Writes a TimeSpan value.

(Inherited from XmlDictionaryWriter)
WriteValue(UniqueId)

Writes a Unique Id value.

(Inherited from XmlDictionaryWriter)
WriteValue(XmlDictionaryString)

Writes a XmlDictionaryString value.

(Inherited from XmlDictionaryWriter)
WriteValueAsync(IStreamProvider)

Asynchronously writes a value from an IStreamProvider.

(Inherited from XmlDictionaryWriter)
WriteWhitespace(String)

Writes out the given white space.

(Inherited from DelegatingXmlDictionaryWriter)
WriteWhitespaceAsync(String)

Asynchronously writes out the given white space.

(Inherited from XmlWriter)
WriteXmlAttribute(String, String)

Writes an attribute as a xml attribute with the prefix 'xml:'.

(Inherited from DelegatingXmlDictionaryWriter)
WriteXmlAttribute(XmlDictionaryString, XmlDictionaryString)

Writes an XML attribute in the current node.

(Inherited from XmlDictionaryWriter)
WriteXmlnsAttribute(String, String)

Writes an xmlns namespace declaration.

(Inherited from DelegatingXmlDictionaryWriter)
WriteXmlnsAttribute(String, XmlDictionaryString)

Writes a namespace declaration attribute.

(Inherited from XmlDictionaryWriter)

Applies to