Show / Hide Table of Contents

Class PkiStoreObject

Inheritance
Object
PkiStoreObject
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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[]
Back to top Copyright © 2015-2020 Lacuna Software