C# Class Samples.InteractiveSSL

显示文件 Open project: EventStore/csharp-ldap

Protected Properties

Property Type Description
bHowToProceed bool
bindCount int

Public Methods

Method Description
MySSLHandler ( System.Security.Cryptography.X509Certificates certificate, int certificateErrors ) : bool

Private Methods

Method Description
InteractiveSSL ( ) : System
Main ( string args ) : void

Method Details

MySSLHandler() public static method

public static MySSLHandler ( System.Security.Cryptography.X509Certificates certificate, int certificateErrors ) : bool
certificate System.Security.Cryptography.X509Certificates
certificateErrors int
return bool

Property Details

bHowToProceed protected_oe static_oe property

protected static bool bHowToProceed
return bool

bindCount protected_oe static_oe property

protected static int bindCount
return int