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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.