C# Class Dev2.Runtime.Security.SslCertificateBuilder

Build a self-signed SSL cert
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Private Properties

Property Type Description
AuthorityName string

Public Methods

Method Description
BindSslCertToPorts ( IPEndPoint endPoint, string sslCertPath ) : bool
EnsureSslCertificate ( string certPath, IPEndPoint endPoint ) : bool

Private Methods

Method Description
AuthorityName ( ) : string

Method Details

BindSslCertToPorts() public static method

public static BindSslCertToPorts ( IPEndPoint endPoint, string sslCertPath ) : bool
endPoint System.Net.IPEndPoint
sslCertPath string
return bool

EnsureSslCertificate() public method

public EnsureSslCertificate ( string certPath, IPEndPoint endPoint ) : bool
certPath string
endPoint System.Net.IPEndPoint
return bool