1 write to tokenTypes
System.ServiceModel (1)
System\ServiceModel\Security\WsKeyInfoSerializer.cs (1)
237this.tokenTypes = new Type[] { typeof( DerivedKeySecurityToken ) };
2 references to tokenTypes
System.ServiceModel (2)
System\ServiceModel\Security\WsKeyInfoSerializer.cs (2)
236if ( tokenTypes == null ) 239return this.tokenTypes;