Class PkiStoreObject
Inherited Members
Namespace: Lacuna.Pki.EntityFrameworkConnector
Assembly: Lacuna.Pki.EntityFrameworkConnector.dll
Syntax
[Table("LacunaPkiStore")]
public class PkiStoreObject
Properties
Content
Declaration
[Required]
public byte[] Content { get; set; }
Property Value
Type | Description |
---|---|
Byte[] |
Index
Declaration
[Key]
[MinLength(32)]
[MaxLength(32)]
public byte[] Index { get; set; }
Property Value
Type | Description |
---|---|
Byte[] |