Class GPGKey
GPGKey a user GPG key to sign commit and tag in repository
Inheritance
System.Object
GPGKey
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()
Assembly: Dangl.GiteaOrgManager.dll
Syntax
Properties
|
Improve this Doc
View Source
Can_certify
Declaration
public bool? Can_certify { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Can_encrypt_comms
Declaration
public bool? Can_encrypt_comms { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Can_encrypt_storage
Declaration
public bool? Can_encrypt_storage { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Can_sign
Declaration
public bool? Can_sign { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Created_at
Declaration
public DateTimeOffset? Created_at { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.DateTimeOffset> |
|
|
Improve this Doc
View Source
Emails
Declaration
public ICollection<GPGKeyEmail> Emails { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.ICollection<GPGKeyEmail> |
|
|
Improve this Doc
View Source
Expires_at
Declaration
public DateTimeOffset? Expires_at { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.DateTimeOffset> |
|
|
Improve this Doc
View Source
Id
Declaration
public long? Id { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int64> |
|
|
Improve this Doc
View Source
Key_id
Declaration
public string Key_id { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Primary_key_id
Declaration
public string Primary_key_id { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Public_key
Declaration
public string Public_key { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Subkeys
Declaration
public ICollection<GPGKey> Subkeys { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.ICollection<GPGKey> |
|
|
Improve this Doc
View Source
Verified
Declaration
public bool? Verified { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|