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

Show file Open project: dotnet/corefx

Public Properties

Property Type Description
ChainId System.Guid
TrustStatus CERT_TRUST_STATUS
cChain int
cLowerQualityChainContext int
cbSize int
dwCreateFlags int
dwRevocationFreshnessTime int
fHasRevocationFreshnessTime int
rgpChain CERT_SIMPLE_CHAIN**
rgpLowerQualityChainContext CERT_CHAIN_CONTEXT**

Property Details

ChainId public property

public Guid,System ChainId
return System.Guid

TrustStatus public property

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

cChain public property

public int cChain
return int

cLowerQualityChainContext public property

public int cLowerQualityChainContext
return int

cbSize public property

public int cbSize
return int

dwCreateFlags public property

public int dwCreateFlags
return int

dwRevocationFreshnessTime public property

public int dwRevocationFreshnessTime
return int

fHasRevocationFreshnessTime public property

public int fHasRevocationFreshnessTime
return int

rgpChain public property

public CERT_SIMPLE_CHAIN** rgpChain
return CERT_SIMPLE_CHAIN**

rgpLowerQualityChainContext public property

public CERT_CHAIN_CONTEXT** rgpLowerQualityChainContext
return CERT_CHAIN_CONTEXT**