2 writes to Saml20TokenType
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\XD.cs (2)
831this.Saml20TokenType = dictionary.CreateString(IdentityModelStringsVersion1.String152, 152); 847this.Saml20TokenType = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String152);
3 references to Saml20TokenType
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
515return XD.SecurityXXX2005Dictionary.Saml20TokenType.Value;
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityXXX2005.cs (2)
189if (tokenType != XD.SecurityXXX2005Dictionary.Saml20TokenType.Value) 203return XD.SecurityXXX2005Dictionary.Saml20TokenType.Value;