1 write to hashStream
System.IdentityModel (1)
System\IdentityModel\Tokens\SamlAssertion.cs (1)
601
this.
hashStream
= new HashStream(hash);
2 references to hashStream
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlAssertion.cs (2)
469
byte[] hashValue = this.
hashStream
.FlushHashAndGetValue();
604
SamlDelegatingWriter delegatingWriter = new SamlDelegatingWriter(dictionaryWriter, this.
hashStream
, this, samlSerializer.DictionaryManager.ParentDictionary);