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

Inheritance: IDisposable
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Build ( X509Certificate2 certificate, bool throwOnException ) : bool

Method Details

Build() public méthode

public Build ( System certificate ) : bool
certificate System
Résultat bool

Build() public méthode

public Build ( X509Certificate2 certificate ) : bool
certificate X509Certificate2
Résultat bool

Create() public static méthode

public static Create ( ) : X509Chain
Résultat X509Chain

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

X509Chain() public méthode

public X509Chain ( )

X509Chain() public méthode

public X509Chain ( System chainContext )
chainContext System

X509Chain() public méthode

public X509Chain ( bool useMachineContext )
useMachineContext bool

X509Chain() public méthode

public X509Chain ( ) : System.Diagnostics
Résultat System.Diagnostics

X509Chain() public méthode

public X509Chain ( IntPtr chainContext ) : System.Diagnostics
chainContext IntPtr
Résultat System.Diagnostics

X509Chain() public méthode

public X509Chain ( bool useMachineContext ) : System.Diagnostics
useMachineContext bool
Résultat System.Diagnostics