4 writes to TokenType
System.ServiceModel (4)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (1)
511this.TokenType = PeerHashToken.TokenTypeString;
System\ServiceModel\Security\AcceleratedTokenProvider.cs (1)
257rst.TokenType = this.SecurityContextTokenUri;
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
650rst.TokenType = this.sctUri;
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (1)
188rst.TokenType = this.StandardsManager.SecureConversationDriver.TokenTypeUri;
8 references to TokenType
System.ServiceModel (8)
System\ServiceModel\Security\AcceleratedTokenAuthenticator.cs (3)
177if (requestSecurityToken.TokenType != null && requestSecurityToken.TokenType != this.SecurityContextTokenUri) 179throw TraceUtility.ThrowHelperWarning(new SecurityNegotiationException(SR.GetString(SR.CannotIssueRstTokenType, requestSecurityToken.TokenType)), request);
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (3)
660if (rst.TokenType != null && rst.TokenType != this.sctUri) 662throw TraceUtility.ThrowHelperWarning(new InvalidOperationException(SR.GetString(SR.CannotIssueRstTokenType, rst.TokenType)), request);
System\ServiceModel\Security\WSTrust.cs (2)
1048if (rst.TokenType != null) 1051writer.WriteString(rst.TokenType);