9 overrides of GetTokenTypesCore
System.ServiceModel (9)
System\ServiceModel\Security\WSSecureConversation.cs (2)
97
protected override Type[]
GetTokenTypesCore
() { return new Type[] { typeof(DerivedKeySecurityToken) }; }
332
protected override Type[]
GetTokenTypesCore
() { return new Type[] { typeof(SecurityContextSecurityToken) }; }
System\ServiceModel\Security\WSSecurityJan2004.cs (6)
202
protected override Type[]
GetTokenTypesCore
() { return new Type[] { typeof(GenericXmlSecurityToken) }; }
257
protected override Type[]
GetTokenTypesCore
() { return new Type[] { typeof(KerberosReceiverSecurityToken), typeof(KerberosRequestorSecurityToken) }; }
304
protected override Type[]
GetTokenTypesCore
() { return new Type[] { typeof(SamlSecurityToken) }; }
349
protected override Type[]
GetTokenTypesCore
() { return new Type[] { typeof(UserNameSecurityToken) }; }
493
protected override Type[]
GetTokenTypesCore
() { return new Type[] { typeof(WrappedKeySecurityToken) }; }
612
protected override Type[]
GetTokenTypesCore
() { return new Type[] { typeof(X509SecurityToken), typeof(X509WindowsSecurityToken) }; }
System\ServiceModel\Security\WSTrust.cs (1)
90
protected override Type[]
GetTokenTypesCore
() { return new Type[] { typeof(BinarySecretSecurityToken) }; }
1 reference to GetTokenTypesCore
System.ServiceModel (1)
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
501
this.tokenTypes =
GetTokenTypesCore
();