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)
public IntPtr CapiCertificateChainContext { get; }
public:
property IntPtr CapiCertificateChainContext {
IntPtr get();
}
member CapiCertificateChainContext : nativeint with get
Public ReadOnly Property CapiCertificateChainContext As IntPtr
Type: System.IntPtr
A raw pointer to the CERT_CHAIN_CONTEXT structure.
CertificateChainContext Class
System.Web.Security.SingleSignOn Namespace
Return to top