StrongNameSignatureInformation Class
Holds the strong name signature information for a manifest.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() | HashAlgorithm | Gets the hash algorithm that is used to calculate the strong name signature. |
![]() | HResult | Gets the HRESULT value of the result code. |
![]() | IsValid | Gets a value indicating whether the strong name signature is valid. |
![]() | PublicKey | Gets the public key that is used to verify the signature. |
![]() | VerificationResult | Gets the results of verifying the strong name signature. |
| 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.) |
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.

