Share via


PackageDigitalSignature.GetPartTransformList(Uri) メソッド

定義

指定したパーツに適用される Transform 操作の順序付きリストを返します。

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)

パラメーター

partName
Uri

変換リストを返す UriPackagePart

戻り値

指定した partName URI を持つパーツに適用される正規 XML 変換を表す、XmlDsigCanonicalizationUrlXmlDsigC14NTransformUrl などの URI 文字列の順序付きリスト。

例外

デジタル Signature が削除されました。

適用対象

こちらもご覧ください