3 writes to advice
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlAssertion.cs (3)
75
this.
advice
= samlAdvice;
185
this.
advice
= value;
547
this.
advice
= samlSerializer.LoadAdvice(wrappedReader, keyInfoSerializer, outOfBandTokenResolver);
6 references to advice
System.IdentityModel (6)
System\IdentityModel\Tokens\SamlAssertion.cs (6)
179
get { return this.
advice
; }
251
if (this.
advice
!= null)
252
this.
advice
.MakeReadOnly();
548
if (this.
advice
== null)
655
if (this.
advice
!= null)
657
this.
advice
.WriteXml(writer, samlSerializer, keyInfoSerializer);