Class PkiNonce
Inherited Members
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[] |