6 types derived from StrEntry
System.IdentityModel (6)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (5)
302protected abstract class KeyIdentifierStrEntry : StrEntry 475protected class LocalReferenceStrEntry : StrEntry 559protected class SamlJan2004KeyIdentifierStrEntry : StrEntry 711protected class RelDirectStrEntry : StrEntry 762protected class X509IssuerSerialStrEntry : StrEntry
System\IdentityModel\Tokens\WSSecurityXXX2005.cs (1)
200class SamlDirectStrEntry : StrEntry
17 references to StrEntry
System.IdentityModel (17)
System\IdentityModel\Selectors\SecurityTokenSerializer.cs (1)
190public virtual void PopulateStrEntries(IList<StrEntry> strEntries) { }
System\IdentityModel\Tokens\KeyInfoSerializer.cs (1)
323internal void PopulateStrEntries(IList<StrEntry> strEntries)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (8)
18using StrEntry = System.IdentityModel.Selectors.SecurityTokenSerializer.StrEntry; 37List<StrEntry> strEntries = new List<StrEntry>(); 43protected void PopulateJan2004StrEntries(IList<StrEntry> strEntries) 55public override void PopulateStrEntries(IList<StrEntry> strEntries) 182IList<StrEntry> strEntries; 184public SecurityTokenReferenceJan2004ClauseEntry(bool emitBspRequiredAttributes, IList<StrEntry> strEntries) 196protected IList<StrEntry> StrEntries
System\IdentityModel\Tokens\WSSecurityXXX2005.cs (7)
13using StrEntry = System.IdentityModel.Selectors.SecurityTokenSerializer.StrEntry; 23public override void PopulateStrEntries(IList<StrEntry> strEntries) 40List<StrEntry> strEntries = new List<StrEntry>(); 58public SecurityTokenReferenceXXX2005ClauseEntry(bool emitBspRequiredAttributes, IList<StrEntry> strEntries) 90private string GetTokenTypeUri(StrEntry str, SecurityKeyIdentifierClause keyIdentifierClause) 125private bool EmitTokenType(StrEntry str)