/dports/lang/mono/mono-5.10.1.57/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/ |
H A D | SamlAssertion.cs | 45 List<SamlStatement> statements = new List<SamlStatement> (); 57 SamlAdvice samlAdvice, IEnumerable<SamlStatement> samlStatements) in SamlAssertion() 75 foreach (SamlStatement s in samlStatements) { in SamlAssertion() 161 public IList<SamlStatement> Statements { 217 foreach (SamlStatement statement in Statements) in WriteXml()
|
H A D | SamlStatement.cs | 37 public abstract class SamlStatement class 39 protected SamlStatement () in SamlStatement() method in System.IdentityModel.Tokens.SamlStatement
|
H A D | SamlSubjectStatement.cs | 37 public abstract class SamlSubjectStatement : SamlStatement
|
H A D | SamlSerializer.cs | 85 public virtual SamlStatement LoadStatement (XmlDictionaryReader reader, in LoadStatement()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.IdentityModel/Test/System.IdentityModel.Tokens/ |
H A D | SamlAssertionTest.cs | 71 …"dummy-issuer", DateTime.UtcNow, null, null, new SamlStatement [] {new SamlAuthenticationStat… in ConstructorAssertionIdStartsWithNumbers() 80 …"dummy-issuer", DateTime.UtcNow, null, null, new SamlStatement [] {new SamlAuthenticationStat… in ConstructorAssertionIdContainsInvalidChar() 104 "dummy-issuer", DateTime.UtcNow, null, null, new SamlStatement [] {null}); in ConstructorStatementsContainNull() 112 "dummy-issuer", DateTime.UtcNow, null, null, new SamlStatement [0]); in ConstructorNoStatement() 120 new SamlStatement [] {new SamlAuthenticationStatement ()}); in Constructor()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/ |
H A D | SamlAssertion.cs | 28 … readonly ImmutableCollection<SamlStatement> statements = new ImmutableCollection<SamlStatement>(); 54 IEnumerable<SamlStatement> samlStatements in SamlAssertion() 77 foreach (SamlStatement samlStatement in samlStatements) in SamlAssertion() 189 public IList<SamlStatement> Statements 254 foreach (SamlStatement statement in this.statements) in MakeReadOnly() 516 …SamlStatement statement = samlSerializer.LoadStatement(wrappedReader, keyInfoSerializer, outOfBand… in ReadXml()
|
H A D | SamlStatement.cs | 13 public abstract class SamlStatement class
|
H A D | SamlSubjectStatement.cs | 14 public abstract class SamlSubjectStatement : SamlStatement
|
H A D | SamlSecurityTokenHandler.cs | 134 IEnumerable<SamlStatement> statements = CreateStatements(tokenDescriptor); in CreateToken() 235 …string issuer, SamlConditions conditions, SamlAdvice advice, IEnumerable<SamlStatement> statements) in CreateAssertion() 306 …protected virtual IEnumerable<SamlStatement> CreateStatements(SecurityTokenDescriptor tokenDescrip… in CreateStatements() 308 Collection<SamlStatement> statements = new Collection<SamlStatement>(); in CreateStatements() 1173 …protected virtual void ProcessStatement(IList<SamlStatement> statements, ClaimsIdentity subject, s… in ProcessStatement() 1187 foreach (SamlStatement samlStatement in statements) in ProcessStatement() 2224 protected virtual SamlStatement ReadStatement(XmlReader reader) in ReadStatement() 2258 protected virtual void WriteStatement(XmlWriter writer, SamlStatement statement) in WriteStatement() 3513 private void ValidateStatements(IList<SamlStatement> statements) in ValidateStatements() 3520 foreach (SamlStatement statement in statements) in ValidateStatements()
|
H A D | SamlSerializer.cs | 130 …public virtual SamlStatement LoadStatement(XmlDictionaryReader reader, SecurityTokenSerializer key… in LoadStatement()
|
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/ |
H A D | System.IdentityModel.cs | 697 …e, System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> statements) {… in SamlAssertion() 709 …public System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> Statements { ge… 943 …public virtual System.IdentityModel.Tokens.SamlStatement LoadStatement(System.Xml.XmlDictionaryRea… in LoadStatement() 951 public abstract partial class SamlStatement class 953 protected SamlStatement() { } in SamlStatement() method in System.IdentityModel.Tokens.SamlStatement 982 public abstract partial class SamlSubjectStatement : System.IdentityModel.Tokens.SamlStatement
|
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/ |
H A D | System.IdentityModel.cs | 697 …e, System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> statements) {… in SamlAssertion() 709 …public System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> Statements { ge… 943 …public virtual System.IdentityModel.Tokens.SamlStatement LoadStatement(System.Xml.XmlDictionaryRea… in LoadStatement() 951 public abstract partial class SamlStatement class 953 protected SamlStatement() { } in SamlStatement() method in System.IdentityModel.Tokens.SamlStatement 982 public abstract partial class SamlSubjectStatement : System.IdentityModel.Tokens.SamlStatement
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.IdentityModel/ |
H A D | net_4_x_System.IdentityModel.dll.sources | 92 System.IdentityModel.Tokens/SamlStatement.cs
|
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/ |
H A D | System.IdentityModel.cs | 894 …e, System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> samlStatement… in SamlAssertion() 906 …public System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> Statements { ge… 1140 …public virtual System.IdentityModel.Tokens.SamlStatement LoadStatement(System.Xml.XmlDictionaryRea… in LoadStatement() 1148 public abstract partial class SamlStatement class 1150 protected SamlStatement() { } in SamlStatement() method in System.IdentityModel.Tokens.SamlStatement 1179 public abstract partial class SamlSubjectStatement : System.IdentityModel.Tokens.SamlStatement
|
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/ |
H A D | System.IdentityModel.cs | 2231 …e, System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> samlStatement… in SamlAssertion() 2243 …public System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> Statements { ge… 2471 …e, System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> statements) {… in CreateAssertion() 2479 …al System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> CreateStateme… in CreateStatements() 2496 …tatement(System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> statements, S… in ProcessStatement() 2512 …protected virtual System.IdentityModel.Tokens.SamlStatement ReadStatement(System.Xml.XmlReader rea… in ReadStatement() 2537 …riteStatement(System.Xml.XmlWriter writer, System.IdentityModel.Tokens.SamlStatement statement) { } in WriteStatement() 2561 …public virtual System.IdentityModel.Tokens.SamlStatement LoadStatement(System.Xml.XmlDictionaryRea… in LoadStatement() 2566 public abstract partial class SamlStatement class 2568 protected SamlStatement() { } in SamlStatement() method in System.IdentityModel.Tokens.SamlStatement [all …]
|
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/ |
H A D | System.IdentityModel.cs | 2230 …e, System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> samlStatement… in SamlAssertion() 2242 …public System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> Statements { ge… 2470 …e, System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> statements) {… in CreateAssertion() 2478 …al System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> CreateStateme… in CreateStatements() 2495 …tatement(System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> statements, S… in ProcessStatement() 2511 …protected virtual System.IdentityModel.Tokens.SamlStatement ReadStatement(System.Xml.XmlReader rea… in ReadStatement() 2536 …riteStatement(System.Xml.XmlWriter writer, System.IdentityModel.Tokens.SamlStatement statement) { } in WriteStatement() 2560 …public virtual System.IdentityModel.Tokens.SamlStatement LoadStatement(System.Xml.XmlDictionaryRea… in LoadStatement() 2565 public abstract partial class SamlStatement class 2567 protected SamlStatement() { } in SamlStatement() method in System.IdentityModel.Tokens.SamlStatement [all …]
|
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/ |
H A D | System.IdentityModel.cs | 2290 …e, System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> samlStatement… in SamlAssertion() 2303 …public System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> Statements { ge… 2556 …e, System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> statements) {… in CreateAssertion() 2564 …al System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> CreateStateme… in CreateStatements() 2581 …tatement(System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> statements, S… in ProcessStatement() 2597 …protected virtual System.IdentityModel.Tokens.SamlStatement ReadStatement(System.Xml.XmlReader rea… in ReadStatement() 2622 …riteStatement(System.Xml.XmlWriter writer, System.IdentityModel.Tokens.SamlStatement statement) { } in WriteStatement() 2653 …public virtual System.IdentityModel.Tokens.SamlStatement LoadStatement(System.Xml.XmlDictionaryRea… in LoadStatement() 2661 public abstract partial class SamlStatement class 2663 protected SamlStatement() { } in SamlStatement() method in System.IdentityModel.Tokens.SamlStatement [all …]
|
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/ |
H A D | System.IdentityModel.cs | 2290 …e, System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> samlStatement… in SamlAssertion() 2303 …public System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> Statements { ge… 2556 …e, System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> statements) {… in CreateAssertion() 2564 …al System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> CreateStateme… in CreateStatements() 2581 …tatement(System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> statements, S… in ProcessStatement() 2597 …protected virtual System.IdentityModel.Tokens.SamlStatement ReadStatement(System.Xml.XmlReader rea… in ReadStatement() 2622 …riteStatement(System.Xml.XmlWriter writer, System.IdentityModel.Tokens.SamlStatement statement) { } in WriteStatement() 2653 …public virtual System.IdentityModel.Tokens.SamlStatement LoadStatement(System.Xml.XmlDictionaryRea… in LoadStatement() 2661 public abstract partial class SamlStatement class 2663 protected SamlStatement() { } in SamlStatement() method in System.IdentityModel.Tokens.SamlStatement [all …]
|
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/ |
H A D | System.IdentityModel.cs | 2289 …e, System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> samlStatement… in SamlAssertion() 2302 …public System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> Statements { ge… 2555 …e, System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> statements) {… in CreateAssertion() 2563 …al System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> CreateStateme… in CreateStatements() 2580 …tatement(System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> statements, S… in ProcessStatement() 2596 …protected virtual System.IdentityModel.Tokens.SamlStatement ReadStatement(System.Xml.XmlReader rea… in ReadStatement() 2621 …riteStatement(System.Xml.XmlWriter writer, System.IdentityModel.Tokens.SamlStatement statement) { } in WriteStatement() 2652 …public virtual System.IdentityModel.Tokens.SamlStatement LoadStatement(System.Xml.XmlDictionaryRea… in LoadStatement() 2660 public abstract partial class SamlStatement class 2662 protected SamlStatement() { } in SamlStatement() method in System.IdentityModel.Tokens.SamlStatement [all …]
|
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/ |
H A D | System.IdentityModel.cs | 2289 …e, System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> samlStatement… in SamlAssertion() 2302 …public System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> Statements { ge… 2555 …e, System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> statements) {… in CreateAssertion() 2563 …al System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> CreateStateme… in CreateStatements() 2580 …tatement(System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> statements, S… in ProcessStatement() 2596 …protected virtual System.IdentityModel.Tokens.SamlStatement ReadStatement(System.Xml.XmlReader rea… in ReadStatement() 2621 …riteStatement(System.Xml.XmlWriter writer, System.IdentityModel.Tokens.SamlStatement statement) { } in WriteStatement() 2652 …public virtual System.IdentityModel.Tokens.SamlStatement LoadStatement(System.Xml.XmlDictionaryRea… in LoadStatement() 2660 public abstract partial class SamlStatement class 2662 protected SamlStatement() { } in SamlStatement() method in System.IdentityModel.Tokens.SamlStatement [all …]
|
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/ |
H A D | System.IdentityModel.cs | 2289 …e, System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> samlStatement… in SamlAssertion() 2302 …public System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> Statements { ge… 2555 …e, System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> statements) {… in CreateAssertion() 2563 …al System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> CreateStateme… in CreateStatements() 2580 …tatement(System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> statements, S… in ProcessStatement() 2596 …protected virtual System.IdentityModel.Tokens.SamlStatement ReadStatement(System.Xml.XmlReader rea… in ReadStatement() 2621 …riteStatement(System.Xml.XmlWriter writer, System.IdentityModel.Tokens.SamlStatement statement) { } in WriteStatement() 2652 …public virtual System.IdentityModel.Tokens.SamlStatement LoadStatement(System.Xml.XmlDictionaryRea… in LoadStatement() 2660 public abstract partial class SamlStatement class 2662 protected SamlStatement() { } in SamlStatement() method in System.IdentityModel.Tokens.SamlStatement [all …]
|
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/ |
H A D | System.IdentityModel.cs | 2290 …e, System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> samlStatement… in SamlAssertion() 2303 …public System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> Statements { ge… 2556 …e, System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> statements) {… in CreateAssertion() 2564 …al System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> CreateStateme… in CreateStatements() 2581 …tatement(System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> statements, S… in ProcessStatement() 2597 …protected virtual System.IdentityModel.Tokens.SamlStatement ReadStatement(System.Xml.XmlReader rea… in ReadStatement() 2622 …riteStatement(System.Xml.XmlWriter writer, System.IdentityModel.Tokens.SamlStatement statement) { } in WriteStatement() 2653 …public virtual System.IdentityModel.Tokens.SamlStatement LoadStatement(System.Xml.XmlDictionaryRea… in LoadStatement() 2661 public abstract partial class SamlStatement class 2663 protected SamlStatement() { } in SamlStatement() method in System.IdentityModel.Tokens.SamlStatement [all …]
|