Early Preview
class Sustainsys.​Saml2.​Saml2P.​EnvelopedSignatureWriterWithReferenceIdFix
Assembly: Sustainsys.Saml2
Inheritance: object → System.​Xml.​XmlWriter → System.​Xml.​XmlDictionaryWriter → Microsoft.​IdentityModel.​Xml.​DelegatingXmlDictionaryWriter → EnvelopedSignatureWriterWithReferenceIdFix
Implemented Interfaces
- System.​IAsyncDisposable Implemented by: XmlWriter
- System.​IDisposable Implemented by: XmlWriter
Wraps a <see cref="T:System.Xml.XmlWriter" /> and generates a signature automatically when the envelope is written completely. By default the generated signature is inserted as the last element in the envelope. This can be modified by explicitly calling WriteSignature to indicate the location inside the envelope where the signature should be inserted.