Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ManifestSignatureInformation::VerifySignature Method (ActivationContext^)

 

Gathers and verifies information about the signatures of manifests that belong to a specified activation context.

Namespace:   System.Security.Cryptography
Assembly:  System.Core (in System.Core.dll)

public:
static ManifestSignatureInformationCollection^ VerifySignature(
	ActivationContext^ application
)

Parameters

application
Type: System::ActivationContext^

The activation context of the manifest. Activation contexts belong to an application and contain multiple manifests.

Return Value

Type: System.Security.Cryptography::ManifestSignatureInformationCollection^

A collection that contains a ManifestSignatureInformation object for each manifest that is verified.

Exception Condition
ArgumentNullException

The application parameter is null.

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft