1 write to _tokenXml
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\GenericXmlSecurityToken.cs (1)
47
_tokenXml
= tokenXml;
3 references to _tokenXml
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\GenericXmlSecurityToken.cs (3)
84
get { return
_tokenXml
; }
118
writer.WriteLine(" Token Element: ({0}, {1})",
_tokenXml
.LocalName,
_tokenXml
.NamespaceURI);