File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public void OpenWebServerHttpsWithInvalidStore_ThrowsInvalidOperation()
7777 }
7878
7979 /// <summary>
80- /// Test server with enabled mutual tls authentication for certificate acceptance on both sides
80+ /// Test server with enabled mutual TLS authentication for certificate acceptance on both sides
8181 /// </summary>
8282 [ Test ]
8383 [ Platform ( "Win" ) ]
@@ -109,7 +109,7 @@ public async Task OpenWebServerHttpsWithClientCertificate_AcceptsKnownCertificat
109109 }
110110
111111 /// <summary>
112- /// Test server with enabled mutual tls authentication during a refused mutual authentication on the client side
112+ /// Test server with enabled mutual TLS authentication during a refused mutual authentication on the client side
113113 /// </summary>
114114 [ Test ]
115115 [ Platform ( "Win" ) ]
@@ -141,7 +141,7 @@ public async Task OpenWebServerHttpsWithClientCertificate_CanAcceptAnon()
141141 }
142142
143143 /// <summary>
144- /// Test server with enabled mutual tls authentication when the provided client certificate is not accepted
144+ /// Test server with enabled mutual TLS authentication when the provided client certificate is not accepted
145145 /// </summary>
146146 [ Test ]
147147 [ Platform ( "Win" ) ]
You can’t perform that action at this time.
0 commit comments