Click or drag to resize

ChannelBaseTrustStorePass Property

Gets or sets the password 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 TrustStorePass { get; set; }

Property Value

Type: String
The password value or null if no password is defined.
See Also