Compartir a través de


CertificateChainContext.CapiCertificateChainContext Property

 

Returns a raw pointer to the CERT_CHAIN_CONTEXT structure. For more information about the CERT_CHAIN_CONTEXT structure, see "CERT_CHAIN_CONTEXT" in security section of the MSDN library.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public IntPtr CapiCertificateChainContext { get; }
public:
property IntPtr CapiCertificateChainContext {
    IntPtr get();
}
member CapiCertificateChainContext : nativeint with get
Public ReadOnly Property CapiCertificateChainContext As IntPtr

Property Value

Type: System.IntPtr

A raw pointer to the CERT_CHAIN_CONTEXT structure.

See Also

CertificateChainContext Class
System.Web.Security.SingleSignOn Namespace

Return to top