  | 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)
Syntaxpublic string TrustStorePass { get; set; }Public Property TrustStorePass As String
	Get
	Set
Property Value
Type: 
String
            The password value or 
null if no password is defined.
            
See Also