5 writes to Security
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (3)
368
this.
Security
= (properties.Security != null) ? (SecurityMessageProperty)properties.Security.CreateCopy() : null;
412
this.
Security
= (properties.Security != null) ? (SecurityMessageProperty)properties.Security.CreateCopy() : null;
676
Security
= (SecurityMessageProperty)CreateCopyOfPropertyValue(value);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (1)
301
message.Properties.
Security
= (SecurityMessageProperty)_security.CreateCopy();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityMessageProperty.cs (1)
215
message.Properties.
Security
= result;
7 references to Security
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (6)
368
this.Security = (properties.
Security
!= null) ? (SecurityMessageProperty)properties.
Security
.CreateCopy() : null;
412
this.Security = (properties.
Security
!= null) ? (SecurityMessageProperty)properties.
Security
.CreateCopy() : null;
674
if (
Security
!= null)
675
Security
.Dispose();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityMessageProperty.cs (1)
210
result = message.Properties.
Security
;