Show / Hide Table of Contents
Editar no GitHub

Class TstInfo

Inheritance
Object
TstInfo
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki.dll
Syntax
public class TstInfo

Properties

| Improve this Doc View Source

EncodedValue

Declaration
public byte[] EncodedValue { get; }
Property Value
Type Description
Byte[]
| Improve this Doc View Source

GenTime

Declaration
public DateTimeOffset GenTime { get; }
Property Value
Type Description
DateTimeOffset
| Improve this Doc View Source

MessageImprint

Declaration
public DigestAlgorithmAndValue MessageImprint { get; }
Property Value
Type Description
DigestAlgorithmAndValue
| Improve this Doc View Source

Nonce

Declaration
public BigInteger? Nonce { get; }
Property Value
Type Description
Nullable<BigInteger>
| Improve this Doc View Source

NonceBytes

Nonce DER INTEGER value raw bytes

Declaration
public byte[] NonceBytes { get; }
Property Value
Type Description
Byte[]
| Improve this Doc View Source

PolicyId

Declaration
public string PolicyId { get; }
Property Value
Type Description
String
| Improve this Doc View Source

SerialNumber

Declaration
public BigInteger SerialNumber { get; }
Property Value
Type Description
BigInteger

Methods

| Improve this Doc View Source

Decode(Byte[])

Declaration
public static TstInfo Decode(byte[] content)
Parameters
Type Name Description
Byte[] content
Returns
Type Description
TstInfo
Back to top Copyright © 2015-2020 Lacuna Software