1 write to signature
System.IdentityModel (1)
System\IdentityModel\Tokens\SamlAssertion.cs (1)
329this.signature = signedXml;
5 references to signature
System.IdentityModel (5)
System\IdentityModel\Tokens\SamlAssertion.cs (5)
211get { return this.signature; } 300if (this.signature != null) 579if (this.signature != null) 581VerifySignature(this.signature, this.verificationKey); 592if ((this.signingCredentials == null) && (this.signature == null))