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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.