X509Chain.ChainContext 属性

定义

获取 X.509 链的句柄。Gets a handle to an X.509 chain.

public:
 property IntPtr ChainContext { IntPtr get(); };
public IntPtr ChainContext { get; }
member this.ChainContext : nativeint
Public ReadOnly Property ChainContext As IntPtr

属性值

IntPtr

X.509 链的 IntPtr 句柄。An IntPtr handle to an X.509 chain.

注解

使用此属性返回与非托管 Microsoft 加密 API (CAPI) 兼容的句柄。Use this property to return a handle that is compatible with the unmanaged Microsoft Cryptographic API (CAPI).

适用于