Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​Security.​Cryptography.​Xml.​TransformChain

Assembly: System.Security.Cryptography.Xml

Inheritance: object → TransformChain

Defines an ordered list of <see cref="T:System.Security.Cryptography.Xml.Transform" /> objects that is applied to unsigned content prior to digest calculation.

Properties

public int
Count
Gets the number of transforms in the <see cref="T:System.Security.Cryptography.Xml.TransformChain" /> object.
public Transform
Item

Methods

public void
Add​(Transform transform)
Adds a transform to the list of transforms to be applied to the unsigned content prior to digest calculation.
transform The transform to add to the list of transforms.
GetEnumerator​()
Returns an enumerator of the transforms in the <see cref="T:System.Security.Cryptography.Xml.TransformChain" /> object.
Returns An enumerator of the transforms in the <see cref="T:System.Security.Cryptography.Xml.TransformChain" /> object.
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object