Search Results for

    Show / Hide Table of Contents

    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 Source

    Payload

    Declaration
    public string Payload { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Reason

    Declaration
    public string Reason { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Signature

    Declaration
    public string Signature { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Signer

    Declaration
    public PayloadUser Signer { get; set; }
    Property Value
    Type Description
    PayloadUser
    | Improve this Doc View Source

    Verified

    Declaration
    public bool? Verified { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH