3 writes to bootstrapMessageProperty
System.ServiceModel (3)
System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs (3)
66
this.
bootstrapMessageProperty
= (sourceToken.bootstrapMessageProperty == null) ? null : (SecurityMessageProperty)sourceToken.BootstrapMessageProperty.CreateCopy();
89
this.
bootstrapMessageProperty
= (from.bootstrapMessageProperty == null) ? null : (SecurityMessageProperty)from.BootstrapMessageProperty.CreateCopy();
114
this.
bootstrapMessageProperty
= value;
5 references to bootstrapMessageProperty
System.ServiceModel (5)
System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs (5)
66
this.bootstrapMessageProperty = (sourceToken.
bootstrapMessageProperty
== null) ? null : (SecurityMessageProperty)sourceToken.BootstrapMessageProperty.CreateCopy();
89
this.bootstrapMessageProperty = (from.
bootstrapMessageProperty
== null) ? null : (SecurityMessageProperty)from.BootstrapMessageProperty.CreateCopy();
110
return this.
bootstrapMessageProperty
;
338
if (this.
bootstrapMessageProperty
!= null)
340
this.
bootstrapMessageProperty
.Dispose();