1 write to assertion
System.IdentityModel (1)
System\IdentityModel\Tokens\Saml2SecurityToken.cs (1)
48this.assertion = assertion;
10 references to assertion
System.IdentityModel (10)
System\IdentityModel\Tokens\Saml2SecurityToken.cs (10)
58get { return this.assertion; } 66get { return this.assertion.Id.Value; } 92if (null != this.assertion.Conditions && null != this.assertion.Conditions.NotBefore) 94return this.assertion.Conditions.NotBefore.Value; 110if (null != this.assertion.Conditions && null != this.assertion.Conditions.NotOnOrAfter) 112return this.assertion.Conditions.NotOnOrAfter.Value; 152return new Saml2AssertionKeyIdentifierClause(this.assertion.Id.Value) as T; 156return new WrappedSaml2AssertionKeyIdentifierClause(new Saml2AssertionKeyIdentifierClause(this.assertion.Id.Value)) as T;