6 references to TokenType
System.ServiceModel.Primitives (6)
System\ServiceModel\Security\WSTrust.cs (6)
611if (rstr.TokenType != null) 613if (expectedTokenType != null && expectedTokenType != rstr.TokenType) 615throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SRP.Format(SRP.BadIssuedTokenType, rstr.TokenType, expectedTokenType))); 617tokenType = rstr.TokenType; 1061if (rstr.TokenType != null) 1063writer.WriteElementString(DriverDictionary.Prefix.Value, DriverDictionary.TokenType, DriverDictionary.Namespace, rstr.TokenType);