C# Class Mono.Tools.CertificateManager

Afficher le fichier Open project: kumpera/mono

Private Methods

Méthode Description
Add ( ObjectType type, X509Store store, string file, string password, bool verbose ) : void
CertificateValidation ( System.Security.Cryptography.X509Certificates certificate, int certificateErrors ) : bool
Delete ( ObjectType type, X509Store store, string hash, bool verbose ) : void
DisplayCertificate ( X509Certificate x509, bool machine, bool verbose ) : void
GetAction ( string arg ) : System.Action
GetCertificatesFromSslSession ( string url ) : X509CertificateCollection
GetCommand ( string arg ) : string
GetObjectType ( string arg ) : ObjectType
GetStoreFromName ( string storeName, bool machine ) : X509Store
Header ( ) : void
Help ( ) : void
ImportKey ( ObjectType type, bool machine, string file, string password, bool verbose ) : void
List ( ObjectType type, X509Store store, bool machine, string file, bool verbose ) : void
LoadCRLs ( string filename ) : ArrayList
LoadCertificates ( string filename, string password, bool verbose ) : X509CertificateCollection
Main ( string args ) : void
PEM ( string type, byte data ) : byte[]
Put ( ObjectType type, X509Store store, string file, string password, bool verbose ) : void
Ssl ( string host, bool machine, bool verbose ) : void