4 types derived from StrEntry
System.ServiceModel.Primitives (4)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (3)
251protected abstract class KeyIdentifierStrEntry : StrEntry 373protected class LocalReferenceStrEntry : StrEntry 457protected class X509IssuerSerialStrEntry : StrEntry
System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
88protected abstract class SctStrEntry : StrEntry
18 references to StrEntry
System.ServiceModel.Primitives (18)
System\IdentityModel\Selectors\SecurityTokenSerializer.cs (1)
191public virtual void PopulateStrEntries(IList<StrEntry> strEntries) { }
System\IdentityModel\Tokens\KeyInfoSerializer.cs (1)
322internal void PopulateStrEntries(IList<StrEntry> strEntries)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (7)
14using StrEntry = System.IdentityModel.Selectors.SecurityTokenSerializer.StrEntry; 30List<StrEntry> strEntries = new List<StrEntry>(); 36protected void PopulateJan2004StrEntries(IList<StrEntry> strEntries) 44public override void PopulateStrEntries(IList<StrEntry> strEntries) 144public SecurityTokenReferenceJan2004ClauseEntry(bool emitBspRequiredAttributes, IList<StrEntry> strEntries) 150protected IList<StrEntry> StrEntries { get; }
System\IdentityModel\Tokens\WSSecurityXXX2005.cs (7)
9using StrEntry = System.IdentityModel.Selectors.SecurityTokenSerializer.StrEntry; 21public override void PopulateStrEntries(IList<StrEntry> strEntries) 34List<StrEntry> strEntries = new List<StrEntry>(); 42public SecurityTokenReferenceXXX2005ClauseEntry(bool emitBspRequiredAttributes, IList<StrEntry> strEntries) 74private string GetTokenTypeUri(StrEntry str, SecurityKeyIdentifierClause keyIdentifierClause) 110private bool EmitTokenType(StrEntry str)
System\ServiceModel\Security\WSKeyInfoSerializer.cs (2)
246public override void PopulateStrEntries(IList<StrEntry> strEntries) 294public override void PopulateStrEntries(IList<StrEntry> strEntries)