C# Class System.Security.Cryptography.X509Certificates.X509Chain

Inheritance: IDisposable
Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Build ( System certificate ) : bool
Build ( X509Certificate2 certificate ) : bool
Create ( ) : X509Chain
Dispose ( ) : void
Reset ( ) : void
X509Chain ( )
X509Chain ( System chainContext )
X509Chain ( bool useMachineContext )
X509Chain ( ) : System.Diagnostics
X509Chain ( IntPtr chainContext ) : System.Diagnostics
X509Chain ( bool useMachineContext ) : System.Diagnostics

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Build ( X509Certificate2 certificate, bool throwOnException ) : bool

Method Details

Build() public method

public Build ( System certificate ) : bool
certificate System
return bool

Build() public method

public Build ( X509Certificate2 certificate ) : bool
certificate X509Certificate2
return bool

Create() public static method

public static Create ( ) : X509Chain
return X509Chain

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Reset() public method

public Reset ( ) : void
return void

X509Chain() public method

public X509Chain ( )

X509Chain() public method

public X509Chain ( System chainContext )
chainContext System

X509Chain() public method

public X509Chain ( bool useMachineContext )
useMachineContext bool

X509Chain() public method

public X509Chain ( ) : System.Diagnostics
return System.Diagnostics

X509Chain() public method

public X509Chain ( IntPtr chainContext ) : System.Diagnostics
chainContext IntPtr
return System.Diagnostics

X509Chain() public method

public X509Chain ( bool useMachineContext ) : System.Diagnostics
useMachineContext bool
return System.Diagnostics