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