| ChannelBaseTrustStorePath Property |
Gets or sets the path of the PFX/PKCS12 trust store file used to
establish secure (SSL/TLS) connections.
Namespace:
OBCOM.NetSwitchLib.Utils
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public string TrustStorePath { get; set; }
Public Property TrustStorePath As String
Get
Set
Property Value
Type:
String
The path value or
null if no path is defined.
See Also