TransformChain.Add(Transform) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a transform to the list of transforms to be applied to the unsigned content prior to digest calculation.
public:
void Add(System::Security::Cryptography::Xml::Transform ^ transform);
public void Add (System.Security.Cryptography.Xml.Transform transform);
member this.Add : System.Security.Cryptography.Xml.Transform -> unit
Public Sub Add (transform As Transform)
Parameters
- transform
- Transform
The transform to add to the list of transforms.
Remarks
The transforms are applied to the unsigned content in the order in which they were added to the TransformChain object.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.