3 writes to assertionId
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlAssertion.cs (3)
71this.assertionId = assertionId; 110this.assertionId = value; 523this.assertionId = attributeValue;
7 references to assertionId
System.IdentityModel (7)
System\IdentityModel\Tokens\SamlAssertion.cs (7)
101get { return this.assertionId; } 380if (string.IsNullOrEmpty(this.assertionId)) 383if (!IsAssertionIdValid(this.assertionId)) 384throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityTokenException(SR.GetString(SR.SAMLAssertionIDIsInvalid, this.assertionId))); 463signature.EnsureDigestValidity(this.assertionId, tokenStream); 476signedInfo.AddReference(this.assertionId, hashValue); 639writer.WriteString(this.assertionId);