C# 클래스 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.
상속: IDisposable
파일 보기 프로젝트 열기: mikedn/runtime 1 사용 예제들

공개 메소드들

메소드 설명
ChainHolder ( )
ChainHolder ( IntPtr chainContext )
Dispose ( ) : void
DisposeChainElements ( ) : void

메소드 상세

ChainHolder() 공개 메소드

public ChainHolder ( )

ChainHolder() 공개 메소드

public ChainHolder ( IntPtr chainContext )
chainContext IntPtr

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DisposeChainElements() 공개 메소드

public DisposeChainElements ( ) : void
리턴 void