PackageDigitalSignature.SignedParts Propiedad

Definición

Obtiene una colección de todos los objetos PackagePart 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 todos los elementos del paquete firmados con la firma.

Excepciones

La Signature digital se ha eliminado.

Se aplica a

Consulte también