RequireTransportSecurity indicates whether the credentials requires transport security.
()
| 49 | // RequireTransportSecurity indicates whether the credentials requires |
| 50 | // transport security. |
| 51 | RequireTransportSecurity() bool |
| 52 | } |
| 53 | |
| 54 | // SecurityLevel defines the protection level on an established connection. |
no outgoing calls