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

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Свойство 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
Résultat System.Guid

TrustStatus public_oe property

public CERT_TRUST_STATUS,Internal.Cryptography.Pal.Native TrustStatus
Résultat CERT_TRUST_STATUS

cChain public_oe property

public int cChain
Résultat int

cLowerQualityChainContext public_oe property

public int cLowerQualityChainContext
Résultat int

cbSize public_oe property

public int cbSize
Résultat int

dwCreateFlags public_oe property

public int dwCreateFlags
Résultat int

dwRevocationFreshnessTime public_oe property

public int dwRevocationFreshnessTime
Résultat int

fHasRevocationFreshnessTime public_oe property

public int fHasRevocationFreshnessTime
Résultat int

rgpChain public_oe property

public CERT_SIMPLE_CHAIN** rgpChain
Résultat CERT_SIMPLE_CHAIN**

rgpLowerQualityChainContext public_oe property

public CERT_CHAIN_CONTEXT** rgpLowerQualityChainContext
Résultat CERT_CHAIN_CONTEXT**