TransformChain.Add(Transform) 方法
定义
将转换添加到要在摘要计算之前应用于未签名内容的转换列表。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)
参数
- transform
- Transform
要添加到转换列表中的转换。The transform to add to the list of transforms.
注解
转换将按照它们添加到对象的顺序应用于未签名内容 TransformChain 。The transforms are applied to the unsigned content in the order in which they were added to the TransformChain object.