EnvelopedSignatureTransform Class

Definition

Defines a XML transform that removes the XML nodes associated with the Signature.

public class EnvelopedSignatureTransform : Microsoft.IdentityModel.Xml.Transform
type EnvelopedSignatureTransform = class
    inherit Transform
Public Class EnvelopedSignatureTransform
Inherits Transform
Inheritance
EnvelopedSignatureTransform

Constructors

EnvelopedSignatureTransform()

Creates an EnvelopedSignatureTransform

Properties

Algorithm

Gets the Algorithm associated with this transform

Methods

Process(XmlTokenStream)

Sets the reader to exclude the <Signature> element

Applies to