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

Show file Open project: dotnet/corefx

Public Properties

Property Type Description
TrustStatus CERT_TRUST_STATUS
cbSize int
pApplicationUsage System.IntPtr
pCertContext CERT_CONTEXT*
pIssuanceUsage System.IntPtr
pRevocationInfo System.IntPtr
pwszExtendedErrorInfo System.IntPtr

Property Details

TrustStatus public property

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

cbSize public property

public int cbSize
return int

pApplicationUsage public property

public IntPtr,System pApplicationUsage
return System.IntPtr

pCertContext public property

public CERT_CONTEXT* pCertContext
return CERT_CONTEXT*

pIssuanceUsage public property

public IntPtr,System pIssuanceUsage
return System.IntPtr

pRevocationInfo public property

public IntPtr,System pRevocationInfo
return System.IntPtr

pwszExtendedErrorInfo public property

public IntPtr,System pwszExtendedErrorInfo
return System.IntPtr