You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
92
+
93
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
90
+
91
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
The **Disable-TlsSessionTicketKey** cmdlet disables an administrator managed Transport Layer Security (TLS) session ticket key for the service account.
24
-
The cmdlet disables the key for the TLS session by deleting the key and the corresponding rule that uses the key.
25
23
26
-
When you disable a TLS session ticket key for the service account, the service account cannot decrypt existing TLS session tickets.
27
-
Disabling the TLS session ticket key can affect the performance of the TLS server.
28
-
The TLS server cannot create new session tickets and must negotiate session information between the client and the server every time the client connects to the TLS server.
24
+
The `Disable-TlsSessionTicketKey` cmdlet disables an administrator managed Transport Layer
25
+
Security (TLS) session ticket key for the service account. The cmdlet disables the key for the TLS
26
+
session by deleting the key and the corresponding rule that uses the key.
27
+
28
+
When you disable a TLS session ticket key for the service account, the service account cannot
29
+
decrypt existing TLS session tickets. Disabling the TLS session ticket key can affect the
30
+
performance of the TLS server. The TLS server cannot create new session tickets and must negotiate
31
+
session information between the client and the server every time the client connects to the TLS
32
+
server.
29
33
30
34
TLS creates a session ticket by using the TLS Session Resumption without Server-Side State mechanism.
31
-
For more information, see New-TlsSessionTicketKey or type `Get-Help New-TlsSessionTicketKey`.
35
+
For more information, see `New-TlsSessionTicketKey` or type `Get-Help New-TlsSessionTicketKey`.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
101
+
102
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
0 commit comments