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

Show file Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
RequestedIssuancePolicy CERT_USAGE_MATCH
RequestedUsage CERT_USAGE_MATCH
cbSize int
dwRevocationFreshnessTime int
dwStrongSignFlags int
dwUrlRetrievalTimeout int
fCheckRevocationFreshnessTime int
pStrongSignPara int
pftCacheResync FILETIME*

Property Details

RequestedIssuancePolicy public property

public CERT_USAGE_MATCH,Internal.Cryptography.Pal.Native RequestedIssuancePolicy
return CERT_USAGE_MATCH

RequestedUsage public property

public CERT_USAGE_MATCH,Internal.Cryptography.Pal.Native RequestedUsage
return CERT_USAGE_MATCH

cbSize public property

public int cbSize
return int

dwRevocationFreshnessTime public property

public int dwRevocationFreshnessTime
return int

dwStrongSignFlags public property

public int dwStrongSignFlags
return int

dwUrlRetrievalTimeout public property

public int dwUrlRetrievalTimeout
return int

fCheckRevocationFreshnessTime public property

public int fCheckRevocationFreshnessTime
return int

pStrongSignPara public property

public int pStrongSignPara
return int

pftCacheResync public property

public FILETIME* pftCacheResync
return FILETIME*