4 overrides of ClauseType
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityJan2004.cs (2)
327protected override Type ClauseType { get { throw new NotImplementedException(); } } 354protected override Type ClauseType { get { throw new NotImplementedException(); } }
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityXXX2005.cs (2)
132protected override Type ClauseType { get { throw new NotImplementedException(); } } 165protected override Type ClauseType { get { throw new NotImplementedException(); } }