ManifestSignatureInformation Class
Provides information for a manifest signature.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() | AuthenticodeSignature | Gets the Authenticode signature information for a manifest. |
![]() | Manifest | Gets the type of a manifest. |
![]() | StrongNameSignature | Gets the details of the strong name signature of a manifest. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() ![]() | VerifySignature(ActivationContext) | Gathers and verifies information about the signatures of manifests that belong to a specified activation context. |
![]() ![]() | VerifySignature(ActivationContext, ManifestKinds) | Gathers and verifies information about the signatures of manifests that belong to a specified activation context and manifest type. |
![]() ![]() | VerifySignature(ActivationContext, ManifestKinds, X509RevocationFlag, X509RevocationMode) | Gathers and verifies information about the signatures of manifests that belong to a specified activation context and manifest type, and allows certificates to be selected for revocation. |
Use the VerifySignature method to obtain a ManifestSignatureInformationCollection object that can be use to examine the signature information.
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


