Share via


PackageDigitalSignature.SignedRelationshipSelectors プロパティ

定義

この署名で署名された PackageRelationship パーツのリストを取得します。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::IO::Packaging::PackageRelationshipSelector ^> ^ SignedRelationshipSelectors { System::Collections::ObjectModel::ReadOnlyCollection<System::IO::Packaging::PackageRelationshipSelector ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.IO.Packaging.PackageRelationshipSelector> SignedRelationshipSelectors { get; }
member this.SignedRelationshipSelectors : System.Collections.ObjectModel.ReadOnlyCollection<System.IO.Packaging.PackageRelationshipSelector>
Public ReadOnly Property SignedRelationshipSelectors As ReadOnlyCollection(Of PackageRelationshipSelector)

プロパティ値

この署名で署名された PackageRelationship パーツのリスト。

例外

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

適用対象