Skip to content

Commit 02c803e

Browse files
author
Ron Petrusha
authored
Replaced vsindigo token with token text, deleted token (#91)
* Replaced vsindigo token with token text, deleted token * Addressed feedback
1 parent 30cfb2c commit 02c803e

19 files changed

+25
-26
lines changed

includes/vsindigo-md.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

xml/System.IdentityModel.Claims/Claim.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<format type="text/markdown"><![CDATA[
6565
6666
## Remarks
67-
[!INCLUDE[vsindigo](~/includes/vsindigo-md.md)] ships a set of pre-defined claim types and rights that are represented as members of the <xref:System.IdentityModel.Claims.ClaimTypes> and <xref:System.IdentityModel.Claims.Rights> classes.
67+
Windows Communication Foundation ships a set of pre-defined claim types and rights that are represented as members of the <xref:System.IdentityModel.Claims.ClaimTypes> and <xref:System.IdentityModel.Claims.Rights> classes.
6868
6969
]]></format>
7070
</remarks>

xml/System.IdentityModel.Policy/AuthorizationContext.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
<format type="text/markdown"><![CDATA[
214214
215215
## Remarks
216-
[!INCLUDE[vsindigo](~/includes/vsindigo-md.md)] reserves two properties: `Identities` and `Principal`. The `Identities` property is used by an <xref:System.IdentityModel.Policy.IAuthorizationPolicy> to specify the <xref:System.Collections.Generic.IList%601> of one or more identities that are related to the <xref:System.IdentityModel.Policy.AuthorizationContext>. The `Principal` property is used by an <xref:System.IdentityModel.Policy.IAuthorizationPolicy> to specify the <xref:System.Security.Principal.IPrincipal> that is associated with an <xref:System.IdentityModel.Policy.AuthorizationContext>.
216+
Windows Communication Foundation reserves two properties: `Identities` and `Principal`. The `Identities` property is used by an <xref:System.IdentityModel.Policy.IAuthorizationPolicy> to specify the <xref:System.Collections.Generic.IList%601> of one or more identities that are related to the <xref:System.IdentityModel.Policy.AuthorizationContext>. The `Principal` property is used by an <xref:System.IdentityModel.Policy.IAuthorizationPolicy> to specify the <xref:System.Security.Principal.IPrincipal> that is associated with an <xref:System.IdentityModel.Policy.AuthorizationContext>.
217217
218218
]]></format>
219219
</remarks>

xml/System.IdentityModel.Selectors/CustomUserNameSecurityTokenAuthenticator.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
8989
When there are no authorization policies in effect for this application, return an empty <xref:System.Collections.ObjectModel.ReadOnlyCollection%601> of type <xref:System.IdentityModel.Policy.IAuthorizationPolicy>.
9090
91-
When `null` is returned from the <xref:System.IdentityModel.Selectors.CustomUserNameSecurityTokenAuthenticator.ValidateUserNamePasswordCore%2A> method, [!INCLUDE[vsindigo](~/includes/vsindigo-md.md)] throws the <xref:System.IdentityModel.Tokens.SecurityTokenValidationException>.
91+
When the <xref:System.IdentityModel.Selectors.CustomUserNameSecurityTokenAuthenticator.ValidateUserNamePasswordCore%2A> method returns `null`, Windows Communication Foundation throws a <xref:System.IdentityModel.Tokens.SecurityTokenValidationException>.
9292
9393
]]></format>
9494
</remarks>

xml/System.IdentityModel.Selectors/SecurityTokenAuthenticator.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,11 @@
182182
183183
When the <xref:System.IdentityModel.Selectors.SecurityTokenAuthenticator.ValidateTokenCore%2A> method is overridden, follow these guidelines:
184184
185-
- When the security token passed into the `token` parameter cannot be validated, throw the <xref:System.IdentityModel.Tokens.SecurityTokenValidationException> exception.
185+
- When the security token passed into the `token` parameter cannot be validated, throw a <xref:System.IdentityModel.Tokens.SecurityTokenValidationException> exception.
186186
187187
- When there are no authorization policies in effect for this application, return an empty <xref:System.Collections.ObjectModel.ReadOnlyCollection%601> of type <xref:System.IdentityModel.Policy.IAuthorizationPolicy>.
188188
189-
When `null` is returned by this method, [!INCLUDE[vsindigo](~/includes/vsindigo-md.md)] throws the <xref:System.IdentityModel.Tokens.SecurityTokenValidationException> exception.
189+
When this method returns `null`, Windows Communication Foundation throws a <xref:System.IdentityModel.Tokens.SecurityTokenValidationException> exception.
190190
191191
The <xref:System.IdentityModel.Selectors.SecurityTokenAuthenticator.ValidateTokenCore%2A> method is called by the <xref:System.IdentityModel.Selectors.SecurityTokenAuthenticator.ValidateToken%2A> method.
192192

xml/System.IdentityModel.Selectors/UserNameSecurityTokenAuthenticator.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
## Remarks
2121
Override the <xref:System.IdentityModel.Selectors.UserNameSecurityTokenAuthenticator> class to authenticate security tokens based on a user name and password.
2222
23-
The [!INCLUDE[vsindigo](~/includes/vsindigo-md.md)] ships with the following classes that provide support for authenticating <xref:System.IdentityModel.Tokens.UserNameSecurityToken> security tokens.
23+
Windows Communication Foundation ships with the following classes that provide support for authenticating <xref:System.IdentityModel.Tokens.UserNameSecurityToken> security tokens.
2424
2525
|Type|Description|
2626
|----------|-----------------|
@@ -154,7 +154,7 @@
154154
155155
- When there are no authorization policies in effect for this application, return an empty <xref:System.Collections.ObjectModel.ReadOnlyCollection%601> of type <xref:System.IdentityModel.Policy.IAuthorizationPolicy>.
156156
157-
When `null` is returned by this method, [!INCLUDE[vsindigo](~/includes/vsindigo-md.md)] throws the <xref:System.IdentityModel.Tokens.SecurityTokenValidationException> exception.
157+
When this method returns `null`, Windows Communication Foundation throws a <xref:System.IdentityModel.Tokens.SecurityTokenValidationException> exception.
158158
159159
160160

xml/System.IdentityModel.Selectors/X509SecurityTokenAuthenticator.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
253253
- When there are no authorization policies in effect for this application, return an empty <xref:System.Collections.ObjectModel.ReadOnlyCollection%601> of type <xref:System.IdentityModel.Policy.IAuthorizationPolicy>.
254254
255-
When `null` is returned by this method, [!INCLUDE[vsindigo](~/includes/vsindigo-md.md)] throws the <xref:System.IdentityModel.Tokens.SecurityTokenValidationException> exception.
255+
When this method returns `null`, Windows Communication Foundation throws a <xref:System.IdentityModel.Tokens.SecurityTokenValidationException> exception.
256256
257257
The <xref:System.IdentityModel.Selectors.X509SecurityTokenAuthenticator.ValidateTokenCore%2A> method calls the <xref:System.IdentityModel.Selectors.X509CertificateValidator.Validate%28System.Security.Cryptography.X509Certificates.X509Certificate2%29> method of the validation method specified in the constructor to authenticate the `token` parameter.
258258

xml/System.IdentityModel.Services/ApplicationType.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</ReturnValue>
5252
<MemberValue>1</MemberValue>
5353
<Docs>
54-
<summary>A [!INCLUDE[vsindigo](~/includes/vsindigo-md.md)] application.</summary>
54+
<summary>A Windows Communication Foundation application.</summary>
5555
</Docs>
5656
</Member>
5757
</Members>

xml/System.IdentityModel.Tokens/AsymmetricSecurityKey.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<format type="text/markdown"><![CDATA[
1919
2020
## Remarks
21-
You cannot use this class when [!INCLUDE[vsindigo](~/includes/vsindigo-md.md)] is running under partial trust.
21+
You cannot use this class when Windows Communication Foundation is running under partial trust.
2222
2323
]]></format>
2424
</remarks>

xml/System.IdentityModel.Tokens/KerberosTicketHashKeyIdentifierClause.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<format type="text/markdown"><![CDATA[
8484
8585
## Remarks
86-
The [!INCLUDE[vsindigo](~/includes/vsindigo-md.md)] does not support the creation of implied derived key identifiers. However, [!INCLUDE[vsindigo](~/includes/vsindigo-md.md)] processes and consumes incoming SOAP messages that contain implied derived key identifiers.
86+
Windows Communication Foundation (WCF) does not support the creation of implied derived key identifiers. However, WCF processes and consumes incoming SOAP messages that contain implied derived key identifiers.
8787
8888
]]></format>
8989
</remarks>

0 commit comments

Comments
 (0)