Skip to content

Commit 9b7cade

Browse files
committed
update branch
2 parents 4e70991 + 783e979 commit 9b7cade

File tree

112 files changed

+2017
-471
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+2017
-471
lines changed

src/System.ServiceModel.Federation/src/Resources/Strings.resx

+6
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,10 @@
198198
<data name="CannotDetermineSPNBasedOnAddress" xml:space="preserve">
199199
<value>Client cannot determine the Service Principal Name based on the identity in the target address '{0}' for the purpose of SspiNegotiation/Kerberos. The target address identity must be a UPN identity (like acmedomain\alice) or SPN identity (like host/bobs-machine).</value>
200200
</data>
201+
<data name="AsyncResultCompletedTwice" xml:space="preserve">
202+
<value>AsyncResult completed twice.</value>
203+
</data>
204+
<data name="KeyTypeNotSupported" xml:space="preserve">
205+
<value>KeyType is not supported: {0}</value>
206+
</data>
201207
</root>

src/System.ServiceModel.Federation/src/Resources/xlf/Strings.cs.xlf

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
<target state="translated">Zpracujte akci {0}.</target>
88
<note />
99
</trans-unit>
10+
<trans-unit id="AsyncResultCompletedTwice">
11+
<source>AsyncResult completed twice.</source>
12+
<target state="new">AsyncResult completed twice.</target>
13+
<note />
14+
</trans-unit>
1015
<trans-unit id="BearerKeyShouldNotIincludeAProofToken">
1116
<source>Bearer key scenarios should not include a proof token or issuer entropy in the response.</source>
1217
<target state="translated">Scénáře nosných klíčů by v odpovědi neměly obsahovat ověřovací token nebo entropii vystavitele.</target>
@@ -72,6 +77,11 @@
7277
<target state="translated">IssuedTokenRenewalThresholdPercentage musí být větší nebo rovno 1 a menší nebo rovno 100. Bylo: '{0}'.</target>
7378
<note />
7479
</trans-unit>
80+
<trans-unit id="KeyTypeNotSupported">
81+
<source>KeyType is not supported: {0}</source>
82+
<target state="new">KeyType is not supported: {0}</target>
83+
<note />
84+
</trans-unit>
7585
<trans-unit id="MaxIssuedTokenCachingTimeMustBeGreaterThanTimeSpanZero">
7686
<source>MaxIssuedTokenCachingTime must be greater than TimeSpan.Zero. Was: '{0}'.</source>
7787
<target state="translated">MaxIssuedTokenCachingTime musí být větší než TimeSpan.Zero. Bylo: '{0}'.</target>

src/System.ServiceModel.Federation/src/Resources/xlf/Strings.de.xlf

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
<target state="translated">Aktion "{0}" verarbeiten.</target>
88
<note />
99
</trans-unit>
10+
<trans-unit id="AsyncResultCompletedTwice">
11+
<source>AsyncResult completed twice.</source>
12+
<target state="new">AsyncResult completed twice.</target>
13+
<note />
14+
</trans-unit>
1015
<trans-unit id="BearerKeyShouldNotIincludeAProofToken">
1116
<source>Bearer key scenarios should not include a proof token or issuer entropy in the response.</source>
1217
<target state="translated">Bearerschlüsselszenarien sollten kein Nachweistoken oder eine Ausstellerentropie in der Antwort enthalten.</target>
@@ -72,6 +77,11 @@
7277
<target state="translated">"IssuedTokenRenewalThresholdPercentage" muss größer oder gleich 1 und kleiner oder gleich 100 sein. War: '{0}'.</target>
7378
<note />
7479
</trans-unit>
80+
<trans-unit id="KeyTypeNotSupported">
81+
<source>KeyType is not supported: {0}</source>
82+
<target state="new">KeyType is not supported: {0}</target>
83+
<note />
84+
</trans-unit>
7585
<trans-unit id="MaxIssuedTokenCachingTimeMustBeGreaterThanTimeSpanZero">
7686
<source>MaxIssuedTokenCachingTime must be greater than TimeSpan.Zero. Was: '{0}'.</source>
7787
<target state="translated">MaxIssuedTokenCachingTime muss größer als TimeSpan.Zero sein. War: '{0}'.</target>

src/System.ServiceModel.Federation/src/Resources/xlf/Strings.es.xlf

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
<target state="translated">Procese la acción "{0}".</target>
88
<note />
99
</trans-unit>
10+
<trans-unit id="AsyncResultCompletedTwice">
11+
<source>AsyncResult completed twice.</source>
12+
<target state="new">AsyncResult completed twice.</target>
13+
<note />
14+
</trans-unit>
1015
<trans-unit id="BearerKeyShouldNotIincludeAProofToken">
1116
<source>Bearer key scenarios should not include a proof token or issuer entropy in the response.</source>
1217
<target state="translated">Los escenarios de clave del portador no deben incluir un token de prueba o una entropía de emisor en la respuesta.</target>
@@ -72,6 +77,11 @@
7277
<target state="translated">IssuedTokenRenewalThresholdPercentage debe ser mayor o igual que 1 y menor o igual que 100. Era: "{0}".</target>
7378
<note />
7479
</trans-unit>
80+
<trans-unit id="KeyTypeNotSupported">
81+
<source>KeyType is not supported: {0}</source>
82+
<target state="new">KeyType is not supported: {0}</target>
83+
<note />
84+
</trans-unit>
7585
<trans-unit id="MaxIssuedTokenCachingTimeMustBeGreaterThanTimeSpanZero">
7686
<source>MaxIssuedTokenCachingTime must be greater than TimeSpan.Zero. Was: '{0}'.</source>
7787
<target state="translated">MaxIssuedTokenCachingTime debe ser mayor que TimeSpan.Zero. Era: "{0}".</target>

src/System.ServiceModel.Federation/src/Resources/xlf/Strings.fr.xlf

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
<target state="translated">Traiter l'action '{0}'.</target>
88
<note />
99
</trans-unit>
10+
<trans-unit id="AsyncResultCompletedTwice">
11+
<source>AsyncResult completed twice.</source>
12+
<target state="new">AsyncResult completed twice.</target>
13+
<note />
14+
</trans-unit>
1015
<trans-unit id="BearerKeyShouldNotIincludeAProofToken">
1116
<source>Bearer key scenarios should not include a proof token or issuer entropy in the response.</source>
1217
<target state="translated">Les scénarios de clé de porteur ne doivent pas inclure de jeton de preuve ou d’entropie d’émetteur dans la réponse.</target>
@@ -72,6 +77,11 @@
7277
<target state="translated">IssuedTokenRenewalThresholdPercentage doit être supérieur ou égal à 1 et inférieur ou égal à 100. Was: '{0}'.</target>
7378
<note />
7479
</trans-unit>
80+
<trans-unit id="KeyTypeNotSupported">
81+
<source>KeyType is not supported: {0}</source>
82+
<target state="new">KeyType is not supported: {0}</target>
83+
<note />
84+
</trans-unit>
7585
<trans-unit id="MaxIssuedTokenCachingTimeMustBeGreaterThanTimeSpanZero">
7686
<source>MaxIssuedTokenCachingTime must be greater than TimeSpan.Zero. Was: '{0}'.</source>
7787
<target state="translated">MaxIssuedTokenCachingTime doit être supérieur à TimeSpan.Zero. Was: '{0}'.</target>

src/System.ServiceModel.Federation/src/Resources/xlf/Strings.it.xlf

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
<target state="translated">Elaborazione dell'azione '{0}'.</target>
88
<note />
99
</trans-unit>
10+
<trans-unit id="AsyncResultCompletedTwice">
11+
<source>AsyncResult completed twice.</source>
12+
<target state="new">AsyncResult completed twice.</target>
13+
<note />
14+
</trans-unit>
1015
<trans-unit id="BearerKeyShouldNotIincludeAProofToken">
1116
<source>Bearer key scenarios should not include a proof token or issuer entropy in the response.</source>
1217
<target state="translated">Gli scenari chiave di connessione non devono includere un token di prova o un'entropia dell'autorità di certificazione nella risposta.</target>
@@ -72,6 +77,11 @@
7277
<target state="translated">IssuedTokenRenewalThresholdPercentage deve essere maggiore o uguale a 1 e minore o uguale a 100. Era: '{0}'.</target>
7378
<note />
7479
</trans-unit>
80+
<trans-unit id="KeyTypeNotSupported">
81+
<source>KeyType is not supported: {0}</source>
82+
<target state="new">KeyType is not supported: {0}</target>
83+
<note />
84+
</trans-unit>
7585
<trans-unit id="MaxIssuedTokenCachingTimeMustBeGreaterThanTimeSpanZero">
7686
<source>MaxIssuedTokenCachingTime must be greater than TimeSpan.Zero. Was: '{0}'.</source>
7787
<target state="translated">MaxIssuedTokenCachingTime deve essere maggiore di TimeSpan.Zero. Era: '{0}'.</target>

src/System.ServiceModel.Federation/src/Resources/xlf/Strings.ja.xlf

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
<target state="translated">アクション '{0}' を処理します。</target>
88
<note />
99
</trans-unit>
10+
<trans-unit id="AsyncResultCompletedTwice">
11+
<source>AsyncResult completed twice.</source>
12+
<target state="new">AsyncResult completed twice.</target>
13+
<note />
14+
</trans-unit>
1015
<trans-unit id="BearerKeyShouldNotIincludeAProofToken">
1116
<source>Bearer key scenarios should not include a proof token or issuer entropy in the response.</source>
1217
<target state="translated">ベアラーの主要なシナリオでは、応答に証明トークンまたは発行者エントロピを含めない必要があります。</target>
@@ -72,6 +77,11 @@
7277
<target state="translated">IssuedTokenRenewalThresholdPercentage は 1 以上 100 以下である必要があります。 '{0}' でした。</target>
7378
<note />
7479
</trans-unit>
80+
<trans-unit id="KeyTypeNotSupported">
81+
<source>KeyType is not supported: {0}</source>
82+
<target state="new">KeyType is not supported: {0}</target>
83+
<note />
84+
</trans-unit>
7585
<trans-unit id="MaxIssuedTokenCachingTimeMustBeGreaterThanTimeSpanZero">
7686
<source>MaxIssuedTokenCachingTime must be greater than TimeSpan.Zero. Was: '{0}'.</source>
7787
<target state="translated">MaxIssuedTokenCachingTime は TimeSpan.Zero より大きくする必要があります。 '{0}' でした。</target>

src/System.ServiceModel.Federation/src/Resources/xlf/Strings.ko.xlf

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
<target state="translated">동작 '{0}'을(를) 처리하세요.</target>
88
<note />
99
</trans-unit>
10+
<trans-unit id="AsyncResultCompletedTwice">
11+
<source>AsyncResult completed twice.</source>
12+
<target state="new">AsyncResult completed twice.</target>
13+
<note />
14+
</trans-unit>
1015
<trans-unit id="BearerKeyShouldNotIincludeAProofToken">
1116
<source>Bearer key scenarios should not include a proof token or issuer entropy in the response.</source>
1217
<target state="translated">전달자 키 시나리오는 응답에 증명 토큰 또는 발급자 엔트로피를 포함하지 않아야 합니다.</target>
@@ -72,6 +77,11 @@
7277
<target state="translated">IssuedTokenRenewalThresholdPercentage는 1보다 크거나 같고 100보다 작거나 같아야 합니다. 이전: '{0}'.</target>
7378
<note />
7479
</trans-unit>
80+
<trans-unit id="KeyTypeNotSupported">
81+
<source>KeyType is not supported: {0}</source>
82+
<target state="new">KeyType is not supported: {0}</target>
83+
<note />
84+
</trans-unit>
7585
<trans-unit id="MaxIssuedTokenCachingTimeMustBeGreaterThanTimeSpanZero">
7686
<source>MaxIssuedTokenCachingTime must be greater than TimeSpan.Zero. Was: '{0}'.</source>
7787
<target state="translated">MaxIssuedTokenCachingTime은 TimeSpan.Zero보다 커야 합니다. 이전: '{0}'.</target>

src/System.ServiceModel.Federation/src/Resources/xlf/Strings.pl.xlf

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
<target state="translated">Przetwarzaj akcję „{0}”.</target>
88
<note />
99
</trans-unit>
10+
<trans-unit id="AsyncResultCompletedTwice">
11+
<source>AsyncResult completed twice.</source>
12+
<target state="new">AsyncResult completed twice.</target>
13+
<note />
14+
</trans-unit>
1015
<trans-unit id="BearerKeyShouldNotIincludeAProofToken">
1116
<source>Bearer key scenarios should not include a proof token or issuer entropy in the response.</source>
1217
<target state="translated">Scenariusze klucza elementu nośnego nie powinny zawierać tokenu potwierdzającego ani entropii wystawcy w odpowiedzi.</target>
@@ -72,6 +77,11 @@
7277
<target state="translated">Wartość IssuedTokenRenewalThresholdPercentage musi być większa lub równa 1 i mniejsza lub równa 100. Była: „{0}”.</target>
7378
<note />
7479
</trans-unit>
80+
<trans-unit id="KeyTypeNotSupported">
81+
<source>KeyType is not supported: {0}</source>
82+
<target state="new">KeyType is not supported: {0}</target>
83+
<note />
84+
</trans-unit>
7585
<trans-unit id="MaxIssuedTokenCachingTimeMustBeGreaterThanTimeSpanZero">
7686
<source>MaxIssuedTokenCachingTime must be greater than TimeSpan.Zero. Was: '{0}'.</source>
7787
<target state="translated">Wartość MaxIssuedTokenCachingTime musi być większa niż wartość TimeSpan.Zero. Była: „{0}”.</target>

src/System.ServiceModel.Federation/src/Resources/xlf/Strings.pt-BR.xlf

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
<target state="translated">Processar a ação '{0}'.</target>
88
<note />
99
</trans-unit>
10+
<trans-unit id="AsyncResultCompletedTwice">
11+
<source>AsyncResult completed twice.</source>
12+
<target state="new">AsyncResult completed twice.</target>
13+
<note />
14+
</trans-unit>
1015
<trans-unit id="BearerKeyShouldNotIincludeAProofToken">
1116
<source>Bearer key scenarios should not include a proof token or issuer entropy in the response.</source>
1217
<target state="translated">Os cenários principais do portador não devem incluir um token de prova ou entropia do emissor na resposta.</target>
@@ -72,6 +77,11 @@
7277
<target state="translated">IssuedTokenRenewalThresholdPercentage deve ser maior ou igual a 1 e menor ou igual a 100. Era: '{0}'.</target>
7378
<note />
7479
</trans-unit>
80+
<trans-unit id="KeyTypeNotSupported">
81+
<source>KeyType is not supported: {0}</source>
82+
<target state="new">KeyType is not supported: {0}</target>
83+
<note />
84+
</trans-unit>
7585
<trans-unit id="MaxIssuedTokenCachingTimeMustBeGreaterThanTimeSpanZero">
7686
<source>MaxIssuedTokenCachingTime must be greater than TimeSpan.Zero. Was: '{0}'.</source>
7787
<target state="translated">MaxIssuedTokenCachingTime deve ser maior que TimeSpan.Zero. Era: '{0}'.</target>

src/System.ServiceModel.Federation/src/Resources/xlf/Strings.ru.xlf

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
<target state="translated">Обработка действия "{0}".</target>
88
<note />
99
</trans-unit>
10+
<trans-unit id="AsyncResultCompletedTwice">
11+
<source>AsyncResult completed twice.</source>
12+
<target state="new">AsyncResult completed twice.</target>
13+
<note />
14+
</trans-unit>
1015
<trans-unit id="BearerKeyShouldNotIincludeAProofToken">
1116
<source>Bearer key scenarios should not include a proof token or issuer entropy in the response.</source>
1217
<target state="translated">Сценарии с ключом носителем не должны включать в ответ маркер проверки или энтропию издателя.</target>
@@ -72,6 +77,11 @@
7277
<target state="translated">Значение IssuedTokenRenewalThresholdPercentage должно быть больше или равно 1 и меньше или равно 100. Было: "{0}".</target>
7378
<note />
7479
</trans-unit>
80+
<trans-unit id="KeyTypeNotSupported">
81+
<source>KeyType is not supported: {0}</source>
82+
<target state="new">KeyType is not supported: {0}</target>
83+
<note />
84+
</trans-unit>
7585
<trans-unit id="MaxIssuedTokenCachingTimeMustBeGreaterThanTimeSpanZero">
7686
<source>MaxIssuedTokenCachingTime must be greater than TimeSpan.Zero. Was: '{0}'.</source>
7787
<target state="translated">Значение MaxIssuedTokenCachingTime должно быть больше TimeSpan.Zero. Было: "{0}".</target>

src/System.ServiceModel.Federation/src/Resources/xlf/Strings.tr.xlf

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
<target state="translated">'{0}' eylemini işleyin.</target>
88
<note />
99
</trans-unit>
10+
<trans-unit id="AsyncResultCompletedTwice">
11+
<source>AsyncResult completed twice.</source>
12+
<target state="new">AsyncResult completed twice.</target>
13+
<note />
14+
</trans-unit>
1015
<trans-unit id="BearerKeyShouldNotIincludeAProofToken">
1116
<source>Bearer key scenarios should not include a proof token or issuer entropy in the response.</source>
1217
<target state="translated">Taşıyıcı anahtar senaryoları yanıtta bir kanıt belirteci veya veren entropi içermemelidir.</target>
@@ -72,6 +77,11 @@
7277
<target state="translated">IssuedTokenRenewalThresholdPercentage değeri en az 1 ve en fazla 100 olmalıdır. Değer şuydu: '{0}'.</target>
7378
<note />
7479
</trans-unit>
80+
<trans-unit id="KeyTypeNotSupported">
81+
<source>KeyType is not supported: {0}</source>
82+
<target state="new">KeyType is not supported: {0}</target>
83+
<note />
84+
</trans-unit>
7585
<trans-unit id="MaxIssuedTokenCachingTimeMustBeGreaterThanTimeSpanZero">
7686
<source>MaxIssuedTokenCachingTime must be greater than TimeSpan.Zero. Was: '{0}'.</source>
7787
<target state="translated">MaxIssuedTokenCachingTime değeri TimeSpan.Zero değerinden büyük olmalıdır. Değer şuydu: '{0}'.</target>

src/System.ServiceModel.Federation/src/Resources/xlf/Strings.zh-Hans.xlf

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
<target state="translated">处理操作“{0}”。</target>
88
<note />
99
</trans-unit>
10+
<trans-unit id="AsyncResultCompletedTwice">
11+
<source>AsyncResult completed twice.</source>
12+
<target state="new">AsyncResult completed twice.</target>
13+
<note />
14+
</trans-unit>
1015
<trans-unit id="BearerKeyShouldNotIincludeAProofToken">
1116
<source>Bearer key scenarios should not include a proof token or issuer entropy in the response.</source>
1217
<target state="translated">持有者关键方案不应在响应中包含证明令牌或证书颁发者熵。</target>
@@ -72,6 +77,11 @@
7277
<target state="translated">IssuedTokenRenewalThresholdPercentage 必须大于或等于 1,且小于或等于 100。之前的值为:“{0}”。</target>
7378
<note />
7479
</trans-unit>
80+
<trans-unit id="KeyTypeNotSupported">
81+
<source>KeyType is not supported: {0}</source>
82+
<target state="new">KeyType is not supported: {0}</target>
83+
<note />
84+
</trans-unit>
7585
<trans-unit id="MaxIssuedTokenCachingTimeMustBeGreaterThanTimeSpanZero">
7686
<source>MaxIssuedTokenCachingTime must be greater than TimeSpan.Zero. Was: '{0}'.</source>
7787
<target state="translated">MaxIssuedTokenCachingTime 必须大于 TimeSpan.Zero。之前的值为:“{0}”。</target>

src/System.ServiceModel.Federation/src/Resources/xlf/Strings.zh-Hant.xlf

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
<target state="translated">處理動作 '{0}'。</target>
88
<note />
99
</trans-unit>
10+
<trans-unit id="AsyncResultCompletedTwice">
11+
<source>AsyncResult completed twice.</source>
12+
<target state="new">AsyncResult completed twice.</target>
13+
<note />
14+
</trans-unit>
1015
<trans-unit id="BearerKeyShouldNotIincludeAProofToken">
1116
<source>Bearer key scenarios should not include a proof token or issuer entropy in the response.</source>
1217
<target state="translated">Bearer 金鑰案例不應在回應中包含證明權杖或簽發者 Entropy。</target>
@@ -72,6 +77,11 @@
7277
<target state="translated">IssuedTokenRenewalThresholdPercentage 必須大於或等於 1 且小於或等於 100,但卻是 '{0}'。</target>
7378
<note />
7479
</trans-unit>
80+
<trans-unit id="KeyTypeNotSupported">
81+
<source>KeyType is not supported: {0}</source>
82+
<target state="new">KeyType is not supported: {0}</target>
83+
<note />
84+
</trans-unit>
7585
<trans-unit id="MaxIssuedTokenCachingTimeMustBeGreaterThanTimeSpanZero">
7686
<source>MaxIssuedTokenCachingTime must be greater than TimeSpan.Zero. Was: '{0}'.</source>
7787
<target state="translated">MaxIssuedTokenCachingTime 必須大於 TimeSpan.Zero,但卻是 '{0}'。</target>

src/System.ServiceModel.Federation/src/System.ServiceModel.Federation.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<CLSCompliant>true</CLSCompliant>
77
<IsPackable>true</IsPackable>
88
<IsShipping>$(Ship_WcfPackages)</IsShipping>
9-
<TargetFramework>$(DotNetVersion)</TargetFramework>
9+
<TargetFramework>netstandard2.0</TargetFramework>
1010
<!-- Enable transitive pinning due to Microsoft.IdentityModel.Protocols.WsTrust not being
1111
proactively updated by the identity team and it now references vulnerable dependencies -->
1212
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>

0 commit comments

Comments
 (0)