3 writes to evidence
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlAuthorizationDecisionStatement.cs (3)
50this.evidence = samlEvidence; 90this.evidence = value; 206this.evidence = new SamlEvidence();
7 references to evidence
System.IdentityModel (7)
System\IdentityModel\Tokens\SamlAuthorizationDecisionStatement.cs (7)
84get { return this.evidence; } 118if (this.evidence != null) 119this.evidence.MakeReadOnly(); 203if (this.evidence != null) 207this.evidence.ReadXml(reader, samlSerializer, keyInfoSerializer, outOfBandTokenResolver); 248if (this.evidence != null) 249this.evidence.WriteXml(writer, samlSerializer, keyInfoSerializer);