C# Class Internal.Cryptography.Pal.Native.CERT_SIMPLE_CHAIN

Show file Open project: dotnet/corefx

Public Properties

Property Type Description
TrustStatus CERT_TRUST_STATUS
cElement int
cbSize int
dwRevocationFreshnessTime int
fHasRevocationFreshnessTime int
pTrustListInfo System.IntPtr
rgpElement CERT_CHAIN_ELEMENT**

Property Details

TrustStatus public property

public CERT_TRUST_STATUS,Internal.Cryptography.Pal.Native TrustStatus
return CERT_TRUST_STATUS

cElement public property

public int cElement
return int

cbSize public property

public int cbSize
return int

dwRevocationFreshnessTime public property

public int dwRevocationFreshnessTime
return int

fHasRevocationFreshnessTime public property

public int fHasRevocationFreshnessTime
return int

pTrustListInfo public property

public IntPtr,System pTrustListInfo
return System.IntPtr

rgpElement public property

public CERT_CHAIN_ELEMENT** rgpElement
return CERT_CHAIN_ELEMENT**