ManifestSignatureInformation::VerifySignature Method (ActivationContext^)
.NET Framework (current version)
Gathers and verifies information about the signatures of manifests that belong to a specified activation context.
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
Available since 3.5
Show: