Class PayloadCommitVerification
PayloadCommitVerification represents the GPG verification of a commit
Inheritance
System.Object
PayloadCommitVerification
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dangl.GiteaOrgManager.Client
Assembly: Dangl.GiteaOrgManager.dll
Syntax
public class PayloadCommitVerification
Properties
| Improve this Doc View SourcePayload
Declaration
public string Payload { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Reason
Declaration
public string Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Signature
Declaration
public string Signature { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Signer
Declaration
public PayloadUser Signer { get; set; }
Property Value
| Type | Description |
|---|---|
| PayloadUser |
Verified
Declaration
public bool? Verified { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |