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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.