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

Mostra 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_oe property

public Guid,System ChainId
return System.Guid

TrustStatus public_oe property

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

cChain public_oe property

public int cChain
return int

cLowerQualityChainContext public_oe property

public int cLowerQualityChainContext
return int

cbSize public_oe property

public int cbSize
return int

dwCreateFlags public_oe property

public int dwCreateFlags
return int

dwRevocationFreshnessTime public_oe property

public int dwRevocationFreshnessTime
return int

fHasRevocationFreshnessTime public_oe property

public int fHasRevocationFreshnessTime
return int

rgpChain public_oe property

public CERT_SIMPLE_CHAIN** rgpChain
return CERT_SIMPLE_CHAIN**

rgpLowerQualityChainContext public_oe property

public CERT_CHAIN_CONTEXT** rgpLowerQualityChainContext
return CERT_CHAIN_CONTEXT**