16 references to Version
System.ServiceModel (16)
System\ServiceModel\Security\WSSecurityOneDotOneReceiveSecurityHeader.cs (3)
28
EncryptedHeaderXml headerXml = new EncryptedHeaderXml(this.
Version
, this.MessageDirection == MessageDirection.Output);
41
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new MessageSecurityException(SR.GetString(SR.EncryptedHeaderAttributeMismatch, this.
Version
.Envelope.DictionaryActor, headerXml.Actor, this.Actor)));
59
this.
Version
, this.StandardsManager.IdManager, this.ReaderQuotas);
System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs (4)
374
this.SecurityVerifiedMessage.OnUnsignedPart(XD.MessageDictionary.Body.Value, this.
Version
.Envelope.Namespace);
379
this.SecurityVerifiedMessage.OnUnencryptedPart(XD.MessageDictionary.Body.Value, this.
Version
.Envelope.Namespace);
605
if ((!this.RequireMessageProtection) && (securityKey is AsymmetricSecurityKey) && (this.
Version
.Addressing != AddressingVersion.None))
732
EnvelopeVersion currentVersion = this.
Version
.Envelope;
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (9)
84
header.WriteHeader(encryptingWriter, this.
Version
);
232
header.WriteStartHeader(effectiveWriter, this.
Version
);
238
header.WriteHeaderContents(effectiveWriter, this.
Version
);
293
header.WriteHeader(writer, this.
Version
);
310
header, this.encryptingSymmetricAlgorithm, this.encryptionKeyIdentifier, this.
Version
, encryptedDataId, plainTextStream);
334
if (this.
Version
.Addressing == AddressingVersion.None && header.Namespace == AddressingVersion.None.Namespace)
509
if ((this.ShouldSignToHeader) && (this.signatureKey is AsymmetricSecurityKey) && (this.
Version
.Addressing != AddressingVersion.None))
582
this.encryptingSymmetricAlgorithm, this.encryptionKeyIdentifier, this.
Version
,
584
encryptedHeader.WriteHeader(writer, this.
Version
);