Classes
Class | Description |
---|---|
DelegatingXmlDictionaryReader | Class wraps a given reader and delegates all XmlDictionaryReader calls to the inner wrapped reader. |
DelegatingXmlDictionaryWriter | Class wraps a given writer and delegates all XmlDictionaryWriter calls to the inner wrapped writer. |
EmptySecurityKeyIdentifierClause | |
EnvelopedSignatureReader | Wraps a reader pointing to a enveloped signed XML and provides a reader that can be used to read the content without having to process the signature. The Signature is automatically validated when the last element of the envelope is read. |
EnvelopedSignatureWriter | Wraps a writer and generates a signature automatically when the envelope is written completely. By default the generated signature is inserted as the last element in the enveloped. This can be modified by explicitily calling WriteSignature to indicate the location inside the envelope where the signature should be inserted. |
EnvelopingSignatureReader | Wraps a reader pointing to a enveloping signature and provides a reader that can be used to read the content without having to process the signature. The class restricts that only one Object reference can be specified inside the enveloping signature. |
EnvelopingSignatureWriter | Wraps a writer and generates a enveloping signature automatically when the envelope is written completely. The class restricts that only one Object reference can be specified inside the enveloping signature. |
ExclusiveC14NConstants | Constants defined for the Exclusive C14N. |
ExclusiveC14NConstants.Elements | |
SignatureVerificationFailedException | |
XmlSignatureConstants | Constants for XML Signature |
XmlSignatureConstants.Algorithms | |
XmlSignatureConstants.Attributes | |
XmlSignatureConstants.Elements |
Copyright © 2008 by Microsoft Corporation. All rights reserved.