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

ファイルを表示 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_oe property

public int cbCertEncoded
return int

dwCertEncodingType public_oe property

public CertEncodingType dwCertEncodingType
return CertEncodingType

hCertStore public_oe property

public IntPtr,System hCertStore
return System.IntPtr

pCertInfo public_oe property

public CERT_INFO* pCertInfo
return CERT_INFO*

pbCertEncoded public_oe property

public byte* pbCertEncoded
return byte*