1 write to BootstrapMessageProperty
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs (1)
36BootstrapMessageProperty = (sourceToken.BootstrapMessageProperty == null) ? null : (SecurityMessageProperty)sourceToken.BootstrapMessageProperty.CreateCopy();
4 references to BootstrapMessageProperty
System.ServiceModel.Primitives (4)
System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs (4)
36BootstrapMessageProperty = (sourceToken.BootstrapMessageProperty == null) ? null : (SecurityMessageProperty)sourceToken.BootstrapMessageProperty.CreateCopy(); 174if (BootstrapMessageProperty != null) 176BootstrapMessageProperty.Dispose();