Class SslTransportFactory
Inheritance
System.Object
SslTransportFactory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
[ActiveMQTransportFactory("ssl")]
public class SslTransportFactory : TcpTransportFactory, ITransportFactory
Constructors
|
Improve this Doc
View Source
SslTransportFactory()
Declaration
public SslTransportFactory()
Properties
|
Improve this Doc
View Source
AcceptInvalidBrokerCert
Declaration
public bool AcceptInvalidBrokerCert { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
BrokerCertFilename
Declaration
public string BrokerCertFilename { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ClientCertFilename
Declaration
public string ClientCertFilename { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ClientCertPassword
Declaration
public string ClientCertPassword { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ClientCertSubject
Declaration
public string ClientCertSubject { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
KeyStoreLocation
Declaration
public string KeyStoreLocation { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
KeyStoreName
Declaration
public string KeyStoreName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ServerName
Declaration
public string ServerName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SslProtocol
Declaration
public string SslProtocol { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Declaration
protected override ITransport DoCreateTransport(Uri location, Socket socket, IWireFormat wireFormat)
Parameters
Type |
Name |
Description |
System.Uri |
location |
|
System.Net.Sockets.Socket |
socket |
|
IWireFormat |
wireFormat |
|
Returns
Overrides
Implements