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