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
Show file 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