StrongNameSignatureInformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Holds the strong name signature information for a manifest.
public ref class StrongNameSignatureInformation sealed
public sealed class StrongNameSignatureInformation
type StrongNameSignatureInformation = class
Public NotInheritable Class StrongNameSignatureInformation
- Inheritance
-
StrongNameSignatureInformation
Properties
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. |
Methods
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() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |