System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (6)
606string attrValue = reader.GetAttribute(WSAuthorizationConstants.Attributes.Name);
610SR.GetString(SR.ID3136, WSAuthorizationConstants.Attributes.Name, reader.LocalName, reader.NamespaceURI, attrValue)));
613attrValue = reader.GetAttribute(WSAuthorizationConstants.Attributes.Scope);
617SR.GetString(SR.ID3136, WSAuthorizationConstants.Attributes.Scope, reader.LocalName, reader.NamespaceURI, attrValue)));
1332writer.WriteAttributeString(WSAuthorizationConstants.Attributes.Name, item.Name.AbsoluteUri);
1335writer.WriteAttributeString(WSAuthorizationConstants.Attributes.Scope, item.Scope.AbsoluteUri);