 | TcpTextClientIsMutuallyAuthenticated Property |
Gets a Boolean value that indicates whether communication to the remote server is mutually authenticated.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic bool IsMutuallyAuthenticated { get; }Public ReadOnly Property IsMutuallyAuthenticated As Boolean
Get
public:
property bool IsMutuallyAuthenticated {
bool get ();
}member IsMutuallyAuthenticated : bool with get
Property Value
Boolean
See Also