Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
System
Security
Cryptography
X509Certificates
Tests
ChainHolder
C# Class System.Security.Cryptography.X509Certificates.Tests.ChainHolder
A type to extend the Dispose on X509Chain to also dispose all of the X509Certificate objects in the ChainElements structure.
Inheritance:
IDisposable
Mostrar archivo
Open project: mikedn/runtime
Class Usage Examples
Public Methods
Method
Description
ChainHolder
( )
ChainHolder
(
IntPtr
chainContext
)
Dispose
( ) :
void
DisposeChainElements
( ) :
void
Method Details
ChainHolder()
public
method
public
ChainHolder
( )
ChainHolder()
public
method
public
ChainHolder
(
IntPtr
chainContext
)
chainContext
IntPtr
Dispose()
public
method
public
Dispose
( ) :
void
return
void
DisposeChainElements()
public
method
public
DisposeChainElements
( ) :
void
return
void