1 write to Actor
System.ServiceModel (1)
System\ServiceModel\Security\WSSecurityOneDotOneSendSecurityHeader.cs (1)
63
encryptedHeaderXml.
Actor
= this.Actor;
3 references to Actor
System.ServiceModel (3)
System\ServiceModel\Security\EncryptedHeader.cs (1)
55
return this.headerXml.
Actor
;
System\ServiceModel\Security\WSSecurityOneDotOneReceiveSecurityHeader.cs (2)
40
if (headerXml.
Actor
!= this.Actor)
41
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new MessageSecurityException(SR.GetString(SR.EncryptedHeaderAttributeMismatch, this.Version.Envelope.DictionaryActor, headerXml.
Actor
, this.Actor)));