Property | Type | Description | |
---|---|---|---|
Timestamp | System.DateTime |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetFingerprint ( ) : byte[] | ||
GetHashCode ( ) : int | ||
ToString ( ) : string |
Returns the signature information in the form "ValidSignature: Fingerprint (Timestamp)". Not safe for parsing!
|
|
ValidSignature ( long keyID, [ fingerprint, System.DateTime timestamp ) : System |
Creates a new valid signature.
|
Method | Description | |
---|---|---|
Equals ( |
public ValidSignature ( long keyID, [ fingerprint, System.DateTime timestamp ) : System | ||
keyID | long | The key ID of the key used to create this signature. |
fingerprint | [ | The fingerprint of the key used to create this signature. |
timestamp | System.DateTime | The point in time when the signature was created in UTC. |
return | System |