PackageDigitalSignature.SignedRelationshipSelectors Propriedade

Definição

Obtém a lista de partes de PackageRelationship que foram assinadas com a assinatura.

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)

Valor da propriedade

A lista das PackageRelationship partes que foram assinadas com a assinatura.

Exceções

O Signature digital foi excluído.

Aplica-se a