2 writes to signedInfo
System.ServiceModel (2)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (2)
542
this.
signedInfo
= null;
663
this.
signedInfo
= new PreDigestedSignedInfo(ServiceModelDictionaryManager.Instance, canonicalizationAlgorithm, canonicalizationAlgorithmDictionaryString, digestAlgorithm, digestAlgorithmDictionaryString, signatureAlgorithm, signatureAlgorithmDictionaryString);
16 references to signedInfo
System.ServiceModel (16)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (16)
145
this.
signedInfo
.AddReference(keyIdentifierClause.Id, hashStream.FlushHashAndGetValue(), true);
151
this.
signedInfo
.AddReference(token.Id, hashStream.FlushHashAndGetValue());
192
this.
signedInfo
.AddReference(keyIdentifierClause.Id, hashStream.FlushHashAndGetValue(), true);
198
this.
signedInfo
.AddReference(elements[i].Id, hashStream.FlushHashAndGetValue());
262
this.
signedInfo
.AddReference(headerId, hashValue);
375
this.
signedInfo
.AddReference(message.BodyId, hashStream.FlushHashAndGetValue());
388
this.
signedInfo
.AddReference(message.BodyId, hashStream.FlushHashAndGetValue());
401
this.
signedInfo
.AddReference(message.BodyId, hashStream.FlushHashAndGetValue());
505
hashStream, timestamp, this.
signedInfo
.ResourcePool.TakeEncodingBuffer());
506
signedInfo
.AddReference(timestamp.Id, hashStream.FlushHashAndGetValue());
512
signedInfo
.AddReference(this.toHeaderId, this.toHeaderHash);
530
if (this.
signedInfo
.ReferenceCount == 0)
619
return this.
signedInfo
.ResourcePool.TakeUtf8Writer();
628
bool sign = this.
signedInfo
!= null && this.effectiveSignatureParts.IsHeaderIncluded(header);
664
this.signedXml = new SignedXml(this.
signedInfo
, ServiceModelDictionaryManager.Instance, this.StandardsManager.SecurityTokenSerializer);
674
this.hashStream = this.
signedInfo
.ResourcePool.TakeHashStream(digestAlgorithm);