PackageDigitalSignature.GetPartTransformList(Uri) 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.
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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.