1 type derived from WSSecurityJan2004
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityXXX2005.cs (1)
16internal class WSSecurityXXX2005 : WSSecurityJan2004
1 instantiation of WSSecurityJan2004
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
24serializerEntries.Add(new System.IdentityModel.Tokens.WSSecurityJan2004(keyInfoSerializer));
5 references to WSSecurityJan2004
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\KeyInfoSerializer.cs (1)
74if ((entry is WSSecurityXXX2005) || (entry is WSSecurityJan2004))
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityXXX2005.cs (4)
46private new class SamlTokenEntry : WSSecurityJan2004.SamlTokenEntry 51private new class WrappedKeyTokenEntry : WSSecurityJan2004.WrappedKeyTokenEntry 130private class EncryptedKeyHashStrEntry : WSSecurityJan2004.KeyIdentifierStrEntry 163private class X509ThumbprintStrEntry : WSSecurityJan2004.KeyIdentifierStrEntry