2 writes to SecurityContextTokenType
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (1)
156this.SecurityContextTokenType = dictionary.Add(SecureConversationDec2005Strings.SecurityContextTokenType);
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
469this.SecurityContextTokenType = dictionary.CreateString(ServiceModelStringsVersion1.String131, 131);
4 references to SecurityContextTokenType
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (1)
185SecureConversationDictionaryStrings.Add(DXD.SecureConversationDec2005Dictionary.SecurityContextTokenType);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversation.cs (1)
323public override string TokenTypeUri { get { return _parent.SerializerDictionary.SecurityContextTokenType.Value; } }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversationDec2005.cs (1)
164get { return DXD.SecureConversationDec2005Dictionary.SecurityContextTokenType.Value; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversationFeb2005.cs (1)
155get { return XD.SecureConversationFeb2005Dictionary.SecurityContextTokenType.Value; }