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