Show / Hide Table of Contents

Class PkiNonce

Inheritance
Object
PkiNonce
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("LacunaPkiNonces")]
public class PkiNonce

Properties

Nonce

Declaration
[Key]
[MinLength(16)]
[MaxLength(16)]
public byte[] Nonce { get; set; }
Property Value
Type Description
Byte[]
Back to top Copyright © 2015-2020 Lacuna Software