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

Show file Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
cbCertEncoded int
dwCertEncodingType CertEncodingType
hCertStore System.IntPtr
pCertInfo CERT_INFO*
pbCertEncoded byte*

Property Details

cbCertEncoded public property

public int cbCertEncoded
return int

dwCertEncodingType public property

public CertEncodingType dwCertEncodingType
return CertEncodingType

hCertStore public property

public IntPtr,System hCertStore
return System.IntPtr

pCertInfo public property

public CERT_INFO* pCertInfo
return CERT_INFO*

pbCertEncoded public property

public byte* pbCertEncoded
return byte*