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
Afficher le fichier Open project: mikedn/runtime Class Usage Examples

Méthodes publiques

Méthode Description
ChainHolder ( )
ChainHolder ( IntPtr chainContext )
Dispose ( ) : void
DisposeChainElements ( ) : void

Method Details

ChainHolder() public méthode

public ChainHolder ( )

ChainHolder() public méthode

public ChainHolder ( IntPtr chainContext )
chainContext IntPtr

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DisposeChainElements() public méthode

public DisposeChainElements ( ) : void
Résultat void