XpsDocument.Signatures プロパティ

定義

パッケージに関連付けられている XML Paper Specification (XPS) 署名のコレクションを取得します。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Xps::Packaging::XpsDigitalSignature ^> ^ Signatures { System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Xps::Packaging::XpsDigitalSignature ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Xps.Packaging.XpsDigitalSignature> Signatures { get; }
member this.Signatures : System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Xps.Packaging.XpsDigitalSignature>
Public ReadOnly Property Signatures As ReadOnlyCollection(Of XpsDigitalSignature)

プロパティ値

パッケージに関連付けられている署名を表す ReadOnlyCollection<T> オブジェクトの XpsDigitalSignature

注釈

一覧では Signatures 、署名されている部分と署名が有効かどうかを識別します。

適用対象