9 overrides of GetTokenTypesCore
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversation.cs (2)
97
protected override Type[]
GetTokenTypesCore
() { return new Type[] { typeof(DerivedKeySecurityToken) }; }
322
protected override Type[]
GetTokenTypesCore
() { return new Type[] { typeof(SecurityContextSecurityToken) }; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityJan2004.cs (6)
157
protected override Type[]
GetTokenTypesCore
() { return new Type[] { typeof(GenericXmlSecurityToken) }; }
200
protected override Type[]
GetTokenTypesCore
()
242
protected override Type[]
GetTokenTypesCore
()
277
protected override Type[]
GetTokenTypesCore
() { return new Type[] { typeof(UserNameSecurityToken) }; }
421
protected override Type[]
GetTokenTypesCore
() { return new Type[] { typeof(WrappedKeySecurityToken) }; }
476
protected override Type[]
GetTokenTypesCore
() { return new Type[] { typeof(X509SecurityToken), typeof(X509WindowsSecurityToken) }; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (1)
88
protected override Type[]
GetTokenTypesCore
() { return new Type[] { typeof(BinarySecretSecurityToken) }; }
1 reference to GetTokenTypesCore
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
464
_tokenTypes =
GetTokenTypesCore
();