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