Skip to content

Commit be1661e

Browse files
authored
Merge pull request #13565 from lusassl-msft/lusassl-04052026-1
Additional information about OWAAllowUserChoiceOfSigningCertificate behavior
2 parents a4394f1 + de5fb32 commit be1661e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

exchange/exchange-ps/ExchangePowerShell/Set-SmimeConfig.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,10 @@ Accept wildcard characters: False
108108
109109
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
110110
111-
The OWAAllowUserChoiceOfSigningCertificate parameter specifies whether to allow users to select the certificate to use when they digitally sign email messages in Outlook on the web.
111+
The OWAAllowUserChoiceOfSigningCertificate parameter specifies whether to allow users to select the certificate to use when they digitally sign email messages in Outlook on the web. Valid values are:
112112
113-
Valid input for this parameter is $true or $false. The default value is $false.
113+
- $true: Users can manually select the certificate that's used to sign messages.
114+
- $false: Outlook on the web automatically selects the signing certificate. The eligible S/MIME certificate with the most recent NotBefore value is used. The NotBefore value is evaluated as a full date and time value, with comparison precision up to seconds. Certificates issued on the same day are still differentiated if their NotBefore values differ by time. If two or more eligible certificates have the same NotBefore timestamp at seconds precision, the certificate that's selected is unspecified and isn't guaranteed to be the same across signing operations. This behavior is the default.
114115
115116
```yaml
116117
Type: Boolean

0 commit comments

Comments
 (0)