4 references to RequestedUnattachedReference
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (2)
616
if (rstr.
RequestedUnattachedReference
!= null)
619
_standardsManager.SecurityTokenSerializer.WriteKeyIdentifierClause(writer, rstr.
RequestedUnattachedReference
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (2)
171
if (rstr.
RequestedUnattachedReference
!= null)
174
this.StandardsManager.SecurityTokenSerializer.WriteKeyIdentifierClause(writer, rstr.
RequestedUnattachedReference
);