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