3 writes to TlsnegoValueTypeUri
System.ServiceModel (3)
System\ServiceModel\DXD.cs (1)
260this.TlsnegoValueTypeUri = dictionary.Add(TrustDec2005Strings.TlsnegoValueTypeUri);
System\ServiceModel\XD.cs (2)
1400this.TlsnegoValueTypeUri = dictionary.CreateString(ServiceModelStringsVersion1.String212, 212); 1454this.TlsnegoValueTypeUri = dictionary.CreateString(ServiceModelStringsVersion1.String234, 234);
7 references to TlsnegoValueTypeUri
System.ServiceModel (7)
System\ServiceModel\DXD.cs (2)
331Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.TlsnegoValueTypeUri); 383Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.TlsnegoValueTypeUri);
System\ServiceModel\Security\TlsnegoTokenAuthenticator.cs (3)
89return XD.TrustApr2004Dictionary.TlsnegoValueTypeUri; 93return DXD.TrustDec2005Dictionary.TlsnegoValueTypeUri; 163incomingNego.Validate(DXD.TrustDec2005Dictionary.TlsnegoValueTypeUri);
System\ServiceModel\Security\TlsnegoTokenProvider.cs (2)
97return XD.TrustApr2004Dictionary.TlsnegoValueTypeUri; 101return DXD.TrustDec2005Dictionary.TlsnegoValueTypeUri;