Package.VerifyContentIntegrityAsync Methode

Definition

Stellt sicher, dass das Paket vor dem Laden nicht geändert oder manipuliert wurde.

public:
 virtual IAsyncOperation<bool> ^ VerifyContentIntegrityAsync() = VerifyContentIntegrityAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> VerifyContentIntegrityAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> VerifyContentIntegrityAsync();
function verifyContentIntegrityAsync()
Public Function VerifyContentIntegrityAsync () As IAsyncOperation(Of Boolean)

Gibt zurück

true – das Paket wurde nicht geändert. false andernfalls.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)

Hinweise

Diese Funktion überprüft nur, ob der Inhalt des Pakets nicht geändert wurde. Die status, den Ursprung usw. des Pakets werden nicht überprüft.

Gilt für: