1 write to version
System.ServiceModel (1)
System\ServiceModel\Security\EncryptedHeader.cs (1)
33this.version = version;
2 references to version
System.ServiceModel (2)
System\ServiceModel\Security\EncryptedHeader.cs (2)
82return this.version.Equals( messageVersion ); 89throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentException(SR.GetString(SR.MessageHeaderVersionNotSupported, String.Format(CultureInfo.InvariantCulture, "{0}:{1}", this.Namespace, this.Name), version.ToString()), "version"));