PackageDigitalSignature.GetPartTransformList(Uri) Method

Definition

Returns an ordered list of the Transform operations applied to a given part.

public:
 System::Collections::Generic::List<System::String ^> ^ GetPartTransformList(Uri ^ partName);
public System.Collections.Generic.List<string> GetPartTransformList (Uri partName);
member this.GetPartTransformList : Uri -> System.Collections.Generic.List<string>
Public Function GetPartTransformList (partName As Uri) As List(Of String)

Parameters

partName
Uri

The Uri of the PackagePart to return the transform list for.

Returns

An ordered list of URI strings, such as XmlDsigCanonicalizationUrl or XmlDsigC14NTransformUrl, that represents the canonical XML transformations applied to the part with the given partName URI.

Exceptions

The digital Signature has been deleted.

Applies to

See also