Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the raw pointer to the CERT_CONTEXT structure. For more information about the CERT_CONTEXT structure, see "CERT_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 CapiCertificateContext { get; }
public:
property IntPtr CapiCertificateContext {
IntPtr get();
}
member CapiCertificateContext : nativeint with get
Public ReadOnly Property CapiCertificateContext As IntPtr
Property Value
Type: System.IntPtr
The raw pointer to the CERT_CONTEXT structure.
See Also
CertificateContext Class
System.Web.Security.SingleSignOn Namespace
Return to top