PackageDigitalSignature.SignedParts Propiedad

Definición

Obtiene una colección de todos los PackagePart objetos firmados con la firma.

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 de propiedad

Colección que contiene todas las partes del paquete firmadas con la firma .

Excepciones

Se ha eliminado el digital Signature .

Se aplica a

Consulte también