ManifestSignatureInformation Класс
Определение
Предоставляет информацию о подписи манифеста.Provides information for a manifest signature.
public ref class ManifestSignatureInformation sealed
public sealed class ManifestSignatureInformation
type ManifestSignatureInformation = class
Public NotInheritable Class ManifestSignatureInformation
- Наследование
-
ManifestSignatureInformation
Комментарии
Используйте VerifySignature метод, чтобы получить ManifestSignatureInformationCollection объект, который можно использовать для проверки сведений о сигнатуре.Use the VerifySignature method to obtain a ManifestSignatureInformationCollection object that can be use to examine the signature information.
Свойства
AuthenticodeSignature |
Получает сведения о подписи Authenticode для манифеста.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. |
Методы
Equals(Object) |
Определяет, равен ли указанный объект текущему объекту.Determines whether the specified object is equal to the current object. (Унаследовано от Object) |
GetHashCode() |
Служит хэш-функцией по умолчанию.Serves as the default hash function. (Унаследовано от Object) |
GetType() |
Возвращает объект Type для текущего экземпляра.Gets the Type of the current instance. (Унаследовано от Object) |
MemberwiseClone() |
Создает неполную копию текущего объекта Object.Creates a shallow copy of the current Object. (Унаследовано от Object) |
ToString() |
Возвращает строку, представляющую текущий объект.Returns a string that represents the current object. (Унаследовано от 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. |