C# Class Org.BouncyCastle.Security.Certificates.CertificateNotYetValidException

Inheritance: CertificateException
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode Description
CertificateNotYetValidException ( ) : System
CertificateNotYetValidException ( string message ) : System
CertificateNotYetValidException ( string message, Exception exception ) : System

Method Details

CertificateNotYetValidException() public méthode

public CertificateNotYetValidException ( ) : System
Résultat System

CertificateNotYetValidException() public méthode

public CertificateNotYetValidException ( string message ) : System
message string
Résultat System

CertificateNotYetValidException() public méthode

public CertificateNotYetValidException ( string message, Exception exception ) : System
message string
exception System.Exception
Résultat System