Skip to Main Content
Programming .NET Security
book

Programming .NET Security

by Adam Freeman, Allen Jones
June 2003
Intermediate to advanced content levelIntermediate to advanced
714 pages
22h 8m
English
O'Reilly Media, Inc.
Content preview from Programming .NET Security

Name

TransformChain

Synopsis

public class TransformChain {
// Public Constructors
   public TransformChain(  );
// Public Instance Properties
   public int Count{get; }
   public Transform this{get; }
// Public Instance Methods
   public void Add(Transform transform);
   public IEnumerator GetEnumerator(  );
}

This class represents the sequence of transformations applied to data prior to creating a digital signature; each transformation is represented by an implementation of the Transform class. The number of transformations in the chain can be determined with the Count property, while individual transformations are accessible through the Item property (which is the C# class indexer). Instances of this class are obtained through the Reference.TransformChain property.

Returned By

Reference.TransformChain

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

.NET Framework Security

.NET Framework Security

Brian A. LaMacchia, Sebastian Lange, Matthew Lyons, Rudi Martin, Kevin T. Price

Publisher Resources

ISBN: 0596004427Supplemental ContentErrata Page