PackageDigitalSignature.SignedParts Propriedade

Definição

Obtém uma coleção de todos os objetos PackagePart assinado com a assinatura.

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

Valor da propriedade

Uma coleção que contém todas as partes do pacote assinadas com a assinatura.

Exceções

O Signature digital foi excluído.

Aplica-se a

Confira também